v1
latestOpenAPI 3.0.02026-07-2455104.8 MBReport
View report export
Get specific report export by ID which (if completed successfully) contains a download link to a file in CSV format
get/api/v1/analytics/report/{id}/export/{uuid}
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
uuidstring required
UUID identifier of the resource.
Example:a00fd11e-3a67-433b-83c0-4e815fd4a0e1
The resource's UUID identifier.
Response
Query execution response
Example response
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"query": "SELECT * FROM users",
"url": "https://example.com",
"error": "SQL statement is invalid",
"exportFormat": "txt",
"createdAt": "2023-01-01T00:00:00+00:00",
"updatedAt": "2023-01-01T00:00:00+00:00"
}
]
}