Check Run Status
Retrieves the current status and results (if available) of a specific agent run identified by its run_id
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the agent run to check. Must be a valid version 4 UUID.
Response
The UUID of the agent run.
"261aac1e-b040-4a0b-a31a-89dd7ca1f399"
The current status of the run.
PENDING
, RUNNING
, COMPLETED
, FAILED
"COMPLETED"
The name of the agent.
"My Agent"
The URL of the agent.
"https://your-agent-name-12345.agent.itura.ai"
Timestamp when the run was created.
"2025-04-10T18:30:08.095695+00:00"
Timestamp when the run started executing.
"2025-04-10T18:30:08+00:00"
Timestamp when the run finished executing.
"2025-04-10T18:30:08.402+00:00"
Duration of the run in milliseconds.
3
The output of the agent run (present if status is COMPLETED).
Details about the error that occurred during the run (present if status is FAILED).