Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } } }
This endpoint gives you the output of the report.
The access token received from the authorization server in the OAuth 2.0 flow.
Id of the report
Success
Result for an async report request
Result data for an async report request
Show child attributes
Was this page helpful?
Suggestions