Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful Response

Response to the agent execution request.

name
string
required

Name of the agent

usage
CreditUsageResponse · object

The usage metrics for the request.

id
string

Unique identifier of the agent execution response.

response
any | null

The response from the model.

execution_mode
enum<string>
default:agent

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.

Available options:
agent,
program
status
enum<string>
default:pending

The status of the job.

Available options:
pending,
enqueued,
running,
completed,
failed,
paused
created_at
string<date-time>

Date and time when the execution was created (in UTC timezone)

completed_at
string<date-time> | null

Date and time when the execution was completed (in UTC timezone)