> ## Documentation Index
> Fetch the complete documentation index at: https://developers.criteo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Report Status using the operationToken (Product Importer API)

> Check your report's status after retrieving the operationToken

<RequestExample>
  ```shell Shell theme={null}
  curl --request GET \
       --url https://api.criteo.com/preview/retail-media/catalog/products/batch/report/ \
       --header 'accept: application/json' \
       --header 'authorization: Bearer <<apiKey>>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response Example theme={null}
  {"success":true}
  ```
</ResponseExample>

<Steps>
  <Step title="Calling the catalog-products/batch-report/{operation-token} endpoint">
    Using the operationToken from the previous call to /preview/retail-media/catalog/products/batch
  </Step>

  <Step title="The response returns the status of your report">
    Options are accepted, validated or failed.
  </Step>
</Steps>
