Skip to main content
curl --request GET \
     --url https://api.criteo.com/preview/retail-media/catalog/products/batch/report/ \
     --header 'accept: application/json' \
     --header 'authorization: Bearer <<apiKey>>'
{"success":true}
1

Calling the catalog-products/batch-report/{operation-token} endpoint

Using the operationToken from the previous call to /preview/retail-media/catalog/products/batch
2

The response returns the status of your report

Options are accepted, validated or failed.