Get the current status and event timeline for a public execution

get/v1/public/executions/{id}

Path parameters

idstring required

Execution ID

Query parameters

tokenstring required

Client token returned when the execution was created

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.