Export - Fetch details of previous exports

Fetch details of previous exports

get
Authorizations
Query parameters
tenantIdstring · uuidRequired

Expects Id of an existing tenant

reportIdstring · uuidOptional

Expects Id of an existing report

versionstringOptional

The requested API version

Default: 1.0
Responses
200
Indicates 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-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