---
description: Track the status of your native iOS and Android builds in Capawesome Cloud, read build logs, download artifacts, and cancel a running build.
title: Monitor a Native Build - Capawesome
image: https://capawesome.io/docs/assets/images/social/cloud/native-builds/monitor-builds.png
---

<!doctype html> 

[Skip to content ](#monitor-a-build) 

[🔐 Introducing the **Capacitor Vault** plugin — store secrets behind biometrics or a device passcode. ](/blog/announcing-the-capacitor-vault-plugin/) 

* [ SDKs ](/docs/sdks/)
* [ Formbricks ](/docs/sdks/capacitor/formbricks/)
* [ Geocoder ](/docs/sdks/capacitor/geocoder/)
* [ Google Sign-In ](/docs/sdks/capacitor/google-sign-in/)
* [ Grafana Faro ](/docs/sdks/capacitor/grafana-faro/)
* [ libSQL ](/docs/sdks/capacitor/libsql/)
* [ Live Update ](/docs/sdks/capacitor/live-update/)
* [ Managed Configurations ](/docs/sdks/capacitor/managed-configurations/)
* [ Media Session ](/docs/sdks/capacitor/media-session/)
* [ ML Kit ](/docs/sdks/capacitor/mlkit/)
* [ Navigation Bar ](/docs/sdks/capacitor/navigation-bar/)
* [ NFC ](/docs/sdks/capacitor/nfc/)
* [ OAuth ](/docs/sdks/capacitor/oauth/)
* [ Pedometer ](/docs/sdks/capacitor/pedometer/)
* [ Photo Editor ](/docs/sdks/capacitor/photo-editor/)
* [ PostHog ](/docs/sdks/capacitor/posthog/)
* [ Printer ](/docs/sdks/capacitor/printer/)
* [ Purchases ](/docs/sdks/capacitor/purchases/)
* [ RealtimeKit ](/docs/sdks/capacitor/realtimekit/)
* [ Screen Orientation ](/docs/sdks/capacitor/screen-orientation/)
* [ Screenshot ](/docs/sdks/capacitor/screenshot/)
* [ Secure Preferences ](/docs/sdks/capacitor/secure-preferences/)
* [ Speech Recognition ](/docs/sdks/capacitor/speech-recognition/)
* [ Speech Synthesis ](/docs/sdks/capacitor/speech-synthesis/)
* [ Share Target ](/docs/sdks/capacitor/share-target/)
* [ Square Mobile Payments ](/docs/sdks/capacitor/square-mobile-payments/)
* [ SQLite ](/docs/sdks/capacitor/sqlite/)
* [ Superwall ](/docs/sdks/capacitor/superwall/)
* [ Torch ](/docs/sdks/capacitor/torch/)
* [ Vault ](/docs/sdks/capacitor/vault/)
* [ Wifi ](/docs/sdks/capacitor/wifi/)
* [ Zip ](/docs/sdks/capacitor/zip/)
* [ Cordova ](/docs/sdks/cordova/)
* [ Cloud ](/docs/cloud/)
* [ Integrations ](/docs/cloud/live-updates/integrations/)
* Concepts
* Reference
* [ Troubleshooting ](/docs/cloud/live-updates/troubleshooting/)
* [ FAQ ](/docs/cloud/live-updates/faq/)
* [ Native Builds ](/docs/cloud/native-builds/)
* [ Install on a Device ](/docs/cloud/native-builds/install-on-device/)
* [ Set Up Signing Certificates ](/docs/cloud/native-builds/certificates/)
* [ Set Up Environments ](/docs/cloud/native-builds/environments/)
* [ Overwrite Native Configurations ](/docs/cloud/native-builds/native-configurations/)
* [ Auto-Increment Build Numbers ](/docs/cloud/native-builds/auto-incrementing-build-numbers/)
* [ Configure the Web Build Script ](/docs/cloud/native-builds/web-build-script/)
* [ Build from a Monorepo ](/docs/cloud/native-builds/monorepo/)
* [ Use pnpm, Yarn, or bun ](/docs/cloud/native-builds/package-managers/)
* [ Install Private npm Packages ](/docs/cloud/native-builds/npm-private-registry/)
* [ Override the Java Version ](/docs/cloud/native-builds/override-java-version/)
* [ Custom iOS Provisioning Profiles ](/docs/cloud/native-builds/custom-ios-provisioning-profiles/)
* [ Build without Git ](/docs/cloud/native-builds/build-without-git/)
* [ Access Git Behind a Firewall ](/docs/cloud/native-builds/firewall-access/)
* [ Integrations ](/docs/cloud/native-builds/integrations/)
* Reference
* [ Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [ FAQ ](/docs/cloud/native-builds/faq/)
* [ App Store Publishing ](/docs/cloud/app-store-publishing/)
* [ Submit a Build ](/docs/cloud/app-store-publishing/submit-a-build/)
* [ Submit Automatically After a Build ](/docs/cloud/app-store-publishing/submit-automatically/)
* [ Troubleshooting ](/docs/cloud/app-store-publishing/troubleshooting/)
* [ FAQ ](/docs/cloud/app-store-publishing/faq/)
* [ Automations ](/docs/cloud/automations/)
* [ Reference ](/docs/cloud/automations/reference/)
* [ Troubleshooting ](/docs/cloud/automations/troubleshooting/)
* [ FAQ ](/docs/cloud/automations/faq/)
* [ Assist ](/docs/cloud/assist/)
* [ CLI ](/docs/cloud/cli/)
* APIs and SDKs
* [ Webhooks ](/docs/cloud/webhooks/)
* [ Integrations ](/docs/cloud/integrations/)
* Account
* [ Organization ](/docs/cloud/organizations/)
* [ Two-Factor Enforcement ](/docs/cloud/organizations/two-factor-authentication/)
* [ Audit Logs ](/docs/cloud/organizations/audit-logs/)
* [ Billing ](/docs/cloud/organizations/billing/)
* [ License Keys ](/docs/cloud/license-keys/)
* [ AI ](/docs/ai/)
* [ Insiders ](/docs/insiders/)
* [ Billing & Plans ](/docs/insiders/billing-and-plans/)
* [ FAQ ](/docs/insiders/faq/)
* [ License ](https://capawesome.io/legal/eula/)
* [ Support ](/docs/support/)
* [ Contributing ](/docs/contributing/)
* Contributing code
* [ Code of Conduct ](/docs/contributing/code-of-conduct/)
* [ Questions ](https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion#creating-a-discussion)
* [ Blog ](/blog/)
* Categories

# Monitor a Build[¶](#monitor-a-build "Permanent link")

After you [trigger a build](/docs/cloud/native-builds/builds/), you can follow its progress, read its logs, download the result, and cancel it if needed — from the [CLI](/docs/cloud/cli/) or the [Console](https://console.cloud.capawesome.io).

Every build moves through a handful of states: **queued** (waiting for a free runner), **pending** (a runner has been assigned and is picking up the job), **in progress** (building), and then a final **succeeded**, **failed**, or **canceled**.

## Track build status[¶](#track-build-status "Permanent link")

CLIConsole

List recent builds, or fetch a single build to check its current status:

`[](#%5F%5Fcodelineno-0-1)npx @capawesome/cli apps:builds:list
[](#%5F%5Fcodelineno-0-2)npx @capawesome/cli apps:builds:get
`

`apps:builds:list` accepts `--platform` to filter by `android`, `ios`, or `web`, and `--limit`/`--offset` to page through results. Add `--json` to either command to get machine-readable output — including the related job's status and timing, which is useful in scripts.

Open the [Builds](https://console.cloud.capawesome.io/apps/%5F/builds) page to see all builds and their status at a glance. Click a build to open its detail page, where the status updates live while it runs.

## Read the logs[¶](#read-the-logs "Permanent link")

The logs are the fastest way to understand what a build is doing — and why it failed.

CLIConsole

Stream the logs of an ongoing build, or print them for a completed one:

`[](#%5F%5Fcodelineno-1-1)npx @capawesome/cli apps:builds:logs
`

Open the build's detail page to follow the logs live and review them again after the build finishes.

See [Build logs](/docs/cloud/native-builds/build-logs/) for more. If a build failed, the quickest way to understand why is [Ask AI](/docs/cloud/assist/ask-ai/), or work through [Troubleshooting](/docs/cloud/native-builds/troubleshooting/).

## Download the artifact[¶](#download-the-artifact "Permanent link")

Once a build succeeds, grab its artifact — an `.apk`/`.aab` for Android, an `.ipa` for iOS, or a `.zip` of web assets.

CLIConsole

Use [apps:builds:download](/docs/cloud/cli/commands/#appsbuildsdownload) with the flag for the artifact you want — optionally followed by a file path:

`[](#%5F%5Fcodelineno-2-1)npx @capawesome/cli apps:builds:download --apk ./app.apk
`

Open the build's detail page and download the artifact directly, or click **Install App** to side-load it onto a device.

To install a build on a physical device, see [Install on a device](/docs/cloud/native-builds/install-on-device/).

## Cancel a build[¶](#cancel-a-build "Permanent link")

Need to stop a queued or running build? Cancel it to free up your build minutes.

CLIConsole

`[](#%5F%5Fcodelineno-3-1)npx @capawesome/cli apps:builds:cancel
`

Open the running build's detail page and click **Cancel**.

## Next steps[¶](#next-steps "Permanent link")

* [Install on a device](/docs/cloud/native-builds/install-on-device/) — download and side-load the artifact.
* [Build logs](/docs/cloud/native-builds/build-logs/) — read and interpret your build output.
* [Troubleshooting](/docs/cloud/native-builds/troubleshooting/) — fix a failing build.

June 8, 2026 

Back to top