Get operation
Operations
Get operation
Read the current status of an asynchronous database operation.
GET
Get operation
Returns one operation visible to the authenticated API key. Operations cover
Statuses are
backup, restore, clone, delete, and recover jobs.
Reading an operation does not authorize a destructive capability. Execution
still requires the exact per-database rollout binding and agent capability.
Path parameters
Response
200 OK
queued, running, succeeded, failed, and canceled.
stage is operation-specific. progress is an integer from 0 to 100. Failed
operations return a stable error code/message without exposing credentials or
dump content.
Clients can poll until a terminal status. The CLI waits by default; --no-wait
returns the operation ID immediately.