Agents
Execute Agent by ID
Execute an agent using its unique identifier.
POST
Authorizations
API key authentication
Path Parameters
Unique ID of the agent to execute
Body
application/json
Configuration options for the execution
Input parameters for the agent execution
Additional context data for the agent execution
Response
200
application/json
Agent execution result or status
Unique identifier for the execution
Example:
"67db5c012ae92018b93310a4"
Status of the execution
Available options:
scheduled
, completed
, failed
Example:
"scheduled"
Informational message about the execution
Example:
"Agent execution scheduled successfully"
The result of the agent execution (if immediate)