Get tool executions

Get paginated list of tool executions for a specific tool.

Path parameters

tool_idstringRequired
ID of the requested tool.

Headers

xi-api-keystringOptional

Query parameters

cursorstring or nullOptional
Used for fetching next page. Cursor is returned in the response.
page_sizeintegerOptional1-100Defaults to 30
How many documents to return at maximum. Can not exceed 100, defaults to 30.
is_errorboolean or nullOptional
Filter by error status. If not provided, returns all executions.
agent_idstring or nullOptional
Filter by agent ID.
branch_idstring or nullOptional
Filter by agent branch ID.
start_timedouble or nullOptional

Filter executions from this Unix timestamp (inclusive).

end_timedouble or nullOptional

Filter executions until this Unix timestamp (inclusive).

Response

Successful Response
executionslist of objects
has_moreboolean
next_cursorstring or null

Errors

422
Unprocessable Entity Error