Get operation status

Returns the status of an async compute operation (create, delete, start, stop, reboot). Works for both cloud VM and GPU VM operations. Requires scope: vm.read.

Authentication

AuthorizationBearer

IBEE platform API token, for example: ibee_live_xxx.

Path parameters

operation_idstringRequired

Operation ID returned by a create, delete, or power-action request.

Query parameters

workspace_idstringRequired
The workspace ID to scope this request to.

Response

Operation returned successfully.
operation_idstring
vm_idstring
actionenum
statusenum
current_stepstring or null
error_codestring or null
error_messagestring or null
submitted_atdatetime
updated_atdatetime

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error