Authorizations
Path Parameters
Agent ID
Body
application/json · object
Input data that matches the agent's input schema
Response
Run created successfully
- Option 1
- Option 2
- Option 3
- Option 4
Unique identifier for the run
ID of the agent that executed this run
Input data provided for the run
Current status of the run
Available options:
pending
, running
, done
, error
Run creation timestamp
Run last update timestamp
Error information (only present when status is 'error')
Type of result (null until run completes)
Available options:
document
, json
The result data (null until run completes successfully)
- Option 1
- Option 2