Get Task by ID for Tenant
Returns the task with the given ID for specified tenant .
For the specified Task ID, the Get Task by ID for tenant API returns the task for the tenant. You will see an error message if the task ID does not exist. You must be an Administrator or the Tenant's Administrator to execute this API.
Request
GET {ExportServiceURL}/{Tenant}/tasks/{taskId}
Response
JSON object representing export task.
{
"id": "1c8fdae2-1398-4ed3-a62c-a0926c2fbc76",
"groupId": "1c8fdae2-1398-4ed3-a62c-a0926c2fbc76",
"createdTime": 1697192357861,
"createdBy": "alexander.panchenko",
"updatedTime": 1697193409141,
"updatedBy": "alexander.panchenko",
"type": "com.reltio.export.tasks.v4.ExportTask",
"status": "COMPLETED",
"name": "entity-export-task[apanchenko123_10-19_entities_b49027]",
"parallelExecution": false,
"nodesGroup": "etalon-idev-02-jobs",
"startTime": 1697192373482,
"endTime": 1697193345470,
"parameters": {
"tenantId": "apanchenko123",
"username": "alexander.panchenko",
"mailAddress": "alexander.panchenko@reltio.com",
"taskId": "apanchenko123_10-19_entities_b49027",
"exportName": "apanchenko123_10-19_entities",
"exportPath": "entities/alexander.panchenko/2023/13-Oct-2023",
"fileFormat": "CSV",
"dateFormat": "TIMESTAMP",
"ovOnly": "true",
"exploded": "false",
"encryptUrl": "true",
"includeType": "[\"configuration/entityTypes/HCP\",\"configuration/entityTypes/Contact\",\"configuration/entityTypes/Individual\"]",
"queryParams": "{\"filter\":\"equals(type,'configuration/entityTypes/Individual') and equals(attributes.FirstName, 'John')\"}",
"specifiedMailAddress": "alexander.panchenko@reltio.com",
"exportType": "ENTITIES",
"activeness": "ALL",
"headersStyle": "name",
"sePrefix": "false",
"skipPostprocessing": "true",
"fileCompression": "ZIP",
"headerFormat": "DEFAULT",
"headerOrder": "DEFAULT"
},
"currentState": {
"globalStatus": {
"headerTotal": 99805,
"lastFiveMinReadThroughput": 222,
"lastFiveMinThroughput": 335,
"entitiesTotal": 99805,
"headerNumber": 99805,
"entitiesNumber": 99805,
"overallThroughput": 205,
"overallReadThroughput": 205
},
"exportUrls": [
"https://idev-02.reltio.com/download.html?tenant=apanchenko123&downloadExportUrl=...",
"https://idev-02.reltio.com/download.html?tenant=apanchenko123&downloadExportUrl=...",
"https://idev-02.reltio.com/download.html?tenant=apanchenko123&downloadExportUrl=...",
"https://idev-02.reltio.com/download.html?tenant=apanchenko123&downloadExportUrl=..."
],
"statusId": 90,
"numberOfObjects": 99805,
"numberOfProcessedObjects": 99805,
"warnings": "[]",
"numberOfReadObjects": 99805,
"status": "Completed"
},
"throughput": 102.78579,
"duration": "16m 11s"
}