brawsrdocsv0.6
API referenceOperations

Get a durable operation

GET/v1/operations/{operation_id}
AuthorizationBearer <token>

In: header

Path Parameters

operation_id*string
Match^op_[0-9a-f]{32}$

Response Body

application/json

application/json

application/json

application/json

application/json

{  "id": "string",  "kind": "checkpoint",  "status": "pending",  "stage": "string",  "stage_sequence": 0,  "session_id": "string",  "checkpoint_id": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "completed_at": "2019-08-24T14:15:22Z",  "result": {},  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "operation_id": "string",    "retryable": true,    "retry_after_ms": 1  }}