List all AI execution contexts
fetch_execution_contexts
function retrieves a paginated list of execution contexts for the current workspace.
page
: Page number (default: 1)per_page
: Items per page (default: 20, max: 100)agent_id
: Filter by specific agent IDworkflow_id
: Filter by specific workflow IDResult<ExecutionContextListResponse>
containing:
data
: Vector of AiExecutionContext
objectshas_more
: Boolean indicating if more pages exist