Advanced

Get extraction status

Get the status of an extraction by the taskId returned from the initial extract/async request.

get/cms/source-code/2026-03/extract/async/tasks/{taskId}/status

Path parameters

taskIdinteger required

Response

successful operation

completedAtstring date-time required

The timestamp indicating when the action was completed.

linksobject

A map of link names to associated URIs containing documentation about the error or recommended remediation steps

requestedAtstring date-time

The timestamp indicating when the action was requested.

startedAtstring date-time required

The timestamp indicating when the action was started.

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

The current status of the action, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.

Changes

Changed in 3 of the 14 revisions of this API.4

Of the 14 revisions, 1 has no diff computed and 2 have a changelog that could not be searched.