Skip to main content
GET
/
preview
/
reports
/
{report-id}
/
output
/preview/reports/{report-id}/output
curl --request GET \
  --url https://api.criteo.com/preview/reports/{report-id}/output \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "data": [
      [
        "<unknown>"
      ]
    ],
    "metadata": {
      "columns": [
        {
          "currency": "<string>",
          "deprecated": true,
          "description": "<string>",
          "duration": "<string>",
          "name": "<string>",
          "timezone": "<string>",
          "title": "<string>"
        }
      ],
      "rows": 123
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

report-id
string
required

Id of the report

Response

Success

Result for an async report request

data
object

Result data for an async report request