Create an agent executor job
POST/v1/agent-executor-jobs/create/
Creates an agent executor job.
Request
- application/json
Body
required
agent_id uuidrequired
payload
object
nullable
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
agent_id uuidrequired
execution_address stringrequired
created date-timerequired
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"agent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"execution_address": "string",
"created": "2024-12-13T08:33:24.927Z"
}
Loading...