Operation

Operations describe the current state of an asynchronous operation.

Read more


Other Operations

get-operation

Retrieve Operation details

GET /operation/{id}

Path parameters

  • id in path (required)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (string): Operation status

SDK reference for get-operation: golang | Python | Java

CLI: exo api get-operation

Last updated on