Unify and manage your data

Export Manifest

Information about the files for an export task.

This operation provides information about the exported files for a particular export task

Example

Request

GET {{export_uri}}/tasks/{{task_id}}/_manifest

Response

{ "files": [ { "url": "https://reltio-data-exports-integration-test.s3.amazonaws.com/entities/test/2019/05-Sep-2019/merill_17-25_entities_7802.zip", "fileSize": 330, "fileName": "merill_17-25_entities_7802.zip", "urlExpirationTimestamp": "2019-09-07T07:20:11.597+0000", "fileFormat": "ZIP", } ] }

The fileFormat has four possible values: ZIP, GZIP, JSON, or CSV.

Was this content helpful?