Export - Fetch details of previous exports
Authorizations
Query parameters
tenantIdstring · uuidRequired
Expects Id of an existing tenant
reportIdstring · uuidOptional
Expects Id of an existing report
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Indicates successful retrieval of export history of requested tenant
401
Un-authorized request
404
Report Id does not exist
500
Server related error
get
GET /exporthistory?tenantId=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"createdDateTime": "2025-06-27T17:28:24.089Z",
"lastActionDateTime": "2025-06-27T17:28:24.089Z",
"reportId": "123e4567-e89b-12d3-a456-426614174000",
"reportName": "text",
"status": "text",
"percentComplete": 1,
"resourceLocation": "text",
"resourceFileExtension": "text",
"expirationTime": "2025-06-27T17:28:24.089Z"
}
Last updated