--- title: app bulk status description: >- Check the status of a specific bulk operation by ID, or list all bulk operations belonging to this app on this store in the last 7 days. Bulk operations allow you to process large amounts of data asynchronously. Learn more about [bulk query operations](/docs/api/usage/bulk-operations/queries) and [bulk mutation operations](/docs/api/usage/bulk-operations/imports). Use [`bulk execute`](/docs/api/shopify-cli/app/app-bulk-execute) to start a new bulk operation. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/app/app-bulk-status' md: 'https://shopify.dev/docs/api/shopify-cli/app/app-bulk-status.md' --- # app bulk status Check the status of a specific bulk operation by ID, or list all bulk operations belonging to this app on this store in the last 7 days. Bulk operations allow you to process large amounts of data asynchronously. Learn more about [bulk query operations](https://shopify.dev/docs/api/usage/bulk-operations/queries) and [bulk mutation operations](https://shopify.dev/docs/api/usage/bulk-operations/imports). Use [`bulk execute`](https://shopify.dev/docs/api/shopify-cli/app/app-bulk-execute) to start a new bulk operation. ## Flags The following flags are available for the `app bulk status` command: * **--client-id \** **string** **env: SHOPIFY\_FLAG\_CLIENT\_ID** The Client ID of your app. * **--id \** **string** **env: SHOPIFY\_FLAG\_ID** The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations belonging to this app on this store in the last 7 days. * **--no-color** **env: SHOPIFY\_FLAG\_NO\_COLOR** Disable color output. * **--path \** **string** **env: SHOPIFY\_FLAG\_PATH** The path to your app directory. * **--reset** **env: SHOPIFY\_FLAG\_RESET** Reset all your settings. * **--verbose** **env: SHOPIFY\_FLAG\_VERBOSE** Increase the verbosity of the output. * **-c, --config \** **string** **env: SHOPIFY\_FLAG\_APP\_CONFIG** The name of the app configuration. * **-s, --store \** **string** **env: SHOPIFY\_FLAG\_STORE** The store domain. Must be an existing dev store. Examples ### Examples * #### app bulk status ##### app bulk status ```bash shopify app bulk status [flags] ```