Last updated 4 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-04-19T16:06:32.868Z", "lastActionDateTime": "2025-04-19T16:06:32.868Z", "reportId": "123e4567-e89b-12d3-a456-426614174000", "reportName": "text", "status": "text", "percentComplete": 1, "resourceLocation": "text", "resourceFileExtension": "text", "expirationTime": "2025-04-19T16:06:32.868Z" }