Executions
List per-vertex payment ledger events 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
Filter by ledger event kind (refilled, insufficient_settlement,
fees_recorded, tool_cost_snapshotted, vertex_locked,
vertex_settled).
200application/json
Paginated list of payment ledger events
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.
400
Invalid filter value
404
Execution was not found
500
Internal server error