Last updated 5 months ago
Enter ID of an existing tenant
Enter ID of an existing report
The requested API version
1.0
Class for export status.
GET /exportHistory?tenantId=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Success: Successful retrieval of export history of requested tenant.
{ "id": "text", "createdDateTime": "2025-05-10T22:05:18.518Z", "lastActionDateTime": "2025-05-10T22:05:18.518Z", "reportId": "123e4567-e89b-12d3-a456-426614174000", "reportName": "text", "status": "text", "percentComplete": 1, "resourceLocation": "text", "resourceFileExtension": "text", "expirationTime": "2025-05-10T22:05:18.518Z" }