Export Service APIs
Use the Export Service APIs to export data from Reltio Connected Data Platform.
Overview of the export service
The Export Service enables you to export business data from Reltio Cloud using the Reltio REST APIs.
Export service gives a set of operations to export all objects or objects matching your export
filter. When an export operation completes, the service uploads the output as one or
more CSV or JSON files to AWS S3, Google Cloud Storage (GCS), or Azure Blob Storage.
If the skipPostprocessing
parameter is enabled and the
partSize
parameter isn’t specified, you’ll receive a mail with
a link to the exported data. In the opposite scenario, if the
skipPostprocessing
parameter is disabled and the
partSize
parameter isn’t specified, you’ll receive an email
with a link to the Export Console UI.
A typical export includes the following stages:
- Schedule a new Export Job by using a REST API. The system returns the task ID.
- Track the status of the Export task, using the ID.
- Receive an email notification with links to the output file(s).
For more information, see Export data using Reltio export service.
Export Service URL
The {ExportServiceURL}
is usually a Reltio Cloud
instance name plus the /jobs
service identifier. For example,
http://example.reltio.com/jobs
.