Executions
List terminal err-eval failure records for an execution
Required API-key scope: executions:read.
Authorizations
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
Query Parameters
Opaque token representing the page offset. Omit for the first page.
Maximum number of items to return. Defaults to 20.
200application/json
Paginated list of failure records
Pagination metadata included in every listing response.
Token to pass as page_token to retrieve the next page. null means
there are no more pages.
Total number of items across all pages.
404
Execution was not found
500
Internal server error