---
title: store bulk status
description: Check the status of bulk operations on a store.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-bulk-status'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-bulk-status.md'
api_name: shopify-cli
---

# store bulk status

Check the status of bulk operations on a store.

Check the status of a specific bulk operation by ID, or list all bulk operations on this store in the last 7 days, using previously stored app authentication.

Run `shopify store auth` first to create stored auth for the store.

Use `shopify store bulk execute` to start a new bulk operation.

#### Flags

The following flags are available for the `store bulk status` command:

* **-s, --store \<value>**

  **string**

  **required**

  **env: SHOPIFY\_FLAG\_STORE**

  The myshopify.com domain of the store.

* **--id \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_ID**

  The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations on this store in the last 7 days.

* **--no-color**

  **env: SHOPIFY\_FLAG\_NO\_COLOR**

  Disable color output.

* **--verbose**

  **env: SHOPIFY\_FLAG\_VERBOSE**

  Increase the verbosity of the output.

Examples

### Examples

* ####

  ##### store bulk status

  ```sh
  shopify store bulk status [flags]
  ```

***
