v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
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.