v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Basic

Retrieve details of a specific export by its unique ID.

Retrieve detailed information about a specific CRM export, including its current state and properties.

get/crm/exports/2026-03/export/{exportId}

Path parameters

exportIdinteger required

Response

successful operation

createdAtstring date-time required

The timestamp when the export was created, in ISO 8601 format.

exportNamestring

The name assigned to the export.

exportState'CANCELED' | 'CONFLICT' | 'DEFERRED' | 'DELETED' | 'DONE' | 'ENQUEUED' | 'FAILED' | 'PENDING_APPROVAL' | 'PROCESSING' required

The current state of the export process.

exportType'LIST' | 'VIEW' required

The type of export, which can be either VIEW or LIST.

idstring required

The unique ID of the export.

objectPropertiesstring[] required

The list of properties exported for the associated object.

objectTypestring required

The associated CRM object being exported.

recordCountinteger

The total number of records included in the export.

updatedAtstring date-time required

The timestamp when the export was last updated, in ISO 8601 format.