Skip to main content
GET
Download a report result file

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

uuid
string<uuid>
required

Request-Id header value

Query Parameters

format
enum<string>
Available options:
csv,
json,
xlsx

Response

Report data in JSON format.

headers
string[]

Column headers for the report data.

rows
any[][]

Report data rows.