Get tool executions
Get paginated list of tool executions for a specific tool.
Path parameters
tool_id
ID of the requested tool.
Headers
xi-api-key
Query parameters
cursor
Used for fetching next page. Cursor is returned in the response.
page_size
How many documents to return at maximum. Can not exceed 100, defaults to 30.
is_error
Filter by error status. If not provided, returns all executions.
agent_id
Filter by agent ID.
branch_id
Filter by agent branch ID.
start_time
Filter executions from this Unix timestamp (inclusive).
end_time
Filter executions until this Unix timestamp (inclusive).
Response
Successful Response
executions
has_more
next_cursor
Errors
422
Unprocessable Entity Error