cURL
curl --request GET \ --url https://api.zavu.dev/v1/exports/{exportId} \ --header 'Authorization: Bearer <token>'
{ "export": { "id": "exp_abc123", "status": "pending", "dataTypes": [ "messages" ], "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "dateFrom": "2023-11-07T05:31:56Z", "dateTo": "2023-11-07T05:31:56Z", "downloadUrl": "<string>", "fileSize": 123, "errorMessage": "<string>", "completedAt": "2023-11-07T05:31:56Z" } }
Get details of a specific data export, including download URL when completed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Export details.
Show child attributes