Skip to main content
GET
Get operation

Authorizations

Authorization
string
header
required

Your AI Reserve API key (aireserve_api_…) from the API Keys page in the portal (https://portal.aireserve.com/keys).

Path Parameters

id
string<uuid>
required

Response

Operation status.

An asynchronous Compute operation record. Poll GET /v1/gpu/operations/{id} until status is succeeded or failed.

id
string<uuid>
required

Operation record ID (same as operationId).

operationId
string<uuid>
required

Operation record ID. Alias for id.

resourceId
string<uuid>
required

ID of the resource this operation targets.

action
string
required

Operation type (e.g. pod_create, pod_stop, volume_delete).

status
enum<string>
required
Available options:
pending,
dispatched,
reconciling,
succeeded,
cancelled,
failed
resourceType
enum<string>
Available options:
pod,
volume,
template,
registry,
ssh_key
errorMessage
string | null

Human-readable error when status is failed. Does not contain raw provider error text or secrets.

completedAt
string<date-time> | null