Get info for all the product reports

GET /reports

This endpoint is used to retrieve all reports and their state

Get all info about generated product reports or start a new one

Responses

  • 200

    If product is succesfully updated 200 status code is returned

  • 404

    Product is not found

GET /reports
curl \
 --request GET 'api.services.omnicado.com/api/v2/reports' \
 --header "X-OMNICADO-TOKEN: $API_KEY"