v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Asynchronous Operations

Get Asynchronous Request Status

Polls and retrieves the current status of a specific asynchronous request (e.g., duplicate version, activate version).

get/api/v1/request/{request_id}/status

Path parameters

request_idstring required

The ID of the asynchronous request.

Response

Success. Returns the current status of the request.

request_idstring

ID of the asynchronous request.

status'in-progress' | 'done' | 'failed' | 'queued'

Status of the asynchronous request.

error_descriptionstring

Description of the error if the status is 'failed'.

error_codestring

Code of the error if the status is 'failed'.