Get item bulk transcript operations status.

get

/content/management/api/v1.1/items/{id}/metadata/transcripts/.bulk/.status/{statusId}


The response contains fields - progress, completed, body and additionally links if requested.
Progress will represent the job status - succeeded, failed, processing, pending, aborted, paused and blocked.
Completed will be true when the job is succeeded, failed or aborted. If the request has succeeded or failed, the body would contain the result or errors respectively of the job additionally with links if requested.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : BulkUpdatesStatusBean
Type: object
BulkUpdatesStatusBean
Show Source
Nested Schema : body
Type: object
Read Only: true
results of the job

304 Response

Not modified.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top