Last updated 8 months ago
Expects Id of an existing tenant
Expects 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: */*
Indicates successful retrieval of export history of requested tenant
{ "id": "text", "createdDateTime": "2025-04-19T22:10:09.387Z", "lastActionDateTime": "2025-04-19T22:10:09.387Z", "reportId": "123e4567-e89b-12d3-a456-426614174000", "reportName": "text", "status": "text", "percentComplete": 1, "resourceLocation": "text", "resourceFileExtension": "text", "expirationTime": "2025-04-19T22:10:09.387Z" }