Export - Retrieves details of previous exports

Retrieves details of previous exports.

get
Authorizations
Query parameters
tenantIdstring · uuidRequired

Enter ID of an existing tenant

reportIdstring · uuidOptional

Enter ID of an existing report

versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Successful retrieval of export history of requested tenant.
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