Export - Retrieves details of previous exports
Authorizations
Query parameters
tenantIdstring · uuidRequired
Enter ID of an existing tenant
reportIdstring · uuidOptional
Enter ID of an existing report
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Successful retrieval of export history of requested tenant.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
404
Not Found: The report or tenant was not found, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
GET /exportHistory?tenantId=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"createdDateTime": "2025-06-27T11:29:51.738Z",
"lastActionDateTime": "2025-06-27T11:29:51.738Z",
"reportId": "123e4567-e89b-12d3-a456-426614174000",
"reportName": "text",
"status": "text",
"percentComplete": 1,
"resourceLocation": "text",
"resourceFileExtension": "text",
"expirationTime": "2025-06-27T11:29:51.738Z"
}
Last updated