v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
ExportJob

Retrieve Job

Retrieve an Export Job for the given UUID.

The response returns:

  • The source type for the data exported by the Export Job: one of USAGE or OPERATIONAL.
  • The status of the Export Job.
get/organizations/{orgId}/dataexports/jobs/{id}

Path parameters

orgIdstring required

UUID of the organization

idstring required

The UUID of the Job to retrieve.

Response

Returns the requested Export Job.

idstring required

The UUID of the entity.

versioninteger

The version number:

  • Create: On initial Create to insert a new entity, the version is set at 1 in the response.
  • Update: On successful Update, the version is incremented by 1 in the response.