v1
latestOpenAPI 3.0.02026-07-2455104.8 MBReport
Download report
Download latest report export result via permalink. Using a permalink will allow anyone with the link to view the report. We recommend to use other export features for exporting data.
get/api/v1/analytics/report/{id}/permalink/{token}
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
tokenstring required
Random string token.
Example:TCWfnii9zACLsCZBKSOkx7uyKyPNE8yIxvTmnGTNeoOxI39hCU6d3kQ3sYL8W8qcsI4tM8Eqxv1nPsdZfOjObbOeHSRmprh2rbQ9w8HzwQR6qzPBDVQDamJkU7FaPPxfhGKzVfM7FCapYCE3EZQt5JJUEQ6jFbmzEpIPBaMBtONw4rx2Rt0nijhyeaU5omzSl6Vdm8TsNakkynalV36SnZuneuw9OB4RULEXHs2SeqhLt7BI61JpL4jxfeX5b6lI
A randomly generated, 256 characters long, alphanumeric string.
Response
Request accepted. URL token is valid. No data can be provided yet, but data processing got triggered.
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"
}
]
}