v3

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-014669239.7 KB
Operations

Get Operation Status

Retrieve the status and result of an asynchronous operation.

get/v1/ControlPlane/Operations/{operationId}

Response

Operation status retrieved successfully.

operationIdstring required

The unique identifier for this operation.

status'PENDING' | 'RUNNING' | 'CANCELLED' | 'COMPLETED' | 'FAILED' required

The current status of the operation.

createdAtstring date-time required

When the operation was created.

statusUrlstring uri

URI to check operation status.

completedAtstring date-time

When the operation completed or failed.

resultUrlstring uri

URL to fetch the resulting resource.

Example response

{
  "status": "COMPLETED",
  "createdAt": "2025-11-14T20:29:21Z"
}