Executions

Get execution by object ID

Required API-key scope: executions:read.

get /executions/{execution_object_id}

Authorizations

x-api-key string header required

Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.

Path Parameters

execution_object_id string required

Execution object id

200application/json

Execution detail

response any

404

Execution was not found

500

Internal server error