v14

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

Get the status of the export including the URL to download the file

Returns the status of the export with taskId, including the URL of the resulting file if the export status is COMPLETE

get/crm/exports/2026-03/export/async/tasks/{taskId}/status

Path parameters

taskIdinteger required

Response

successful operation

completedAtstring date-time required

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

linksobject

A collection of related links associated with the export.

numErrorsinteger

The number of errors encountered during the export process.

requestedAtstring date-time

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

resultstring

The URL of the resulting file if the export status is COMPLETE.

startedAtstring date-time required

The timestamp when the export process started, in ISO 8601 format.

status'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING' required

The current status of the export, which can be PENDING, PROCESSING, COMPLETE or CANCELED.