List Executions
List all agent executions for the user organization with pagination.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items to skip
x >= 0Maximum number of items to return
1 <= x <= 1000Response
Successful Response
Name of the agent
The usage metrics for the request.
Unique identifier of the agent execution response.
The response from the model.
How the execution ran: program when a cached skill pipeline.py ran as fixed code (no LLM agent loop), else agent. Always agent for non-Orion-2 models.
agent, program The status of the job.
pending, enqueued, running, completed, failed, paused Date and time when the execution was created (in UTC timezone)
Date and time when the execution was completed (in UTC timezone)