Create an AI Agent Task
Creates a new AI agent task and starts async execution. Poll the messages endpoint to retrieve results.
Authorizations
a valid bearer token
Body
Configuration specifying the agent type and its parameters
The instruction or question to send to the agent
1"Build a pipeline to load sales data from S3 into Snowflake"
Permissions pre-granted to the agent for this task. Each entry must be unique
Response
Agent task created successfully
The name of the agent handling the task
"data_engineer_agent"
The date and time the task was created
"2024-01-15T10:30:00.000Z"
The current status of the task
RUNNING, STOPPED, STOPPING, ERRORED "RUNNING"
The unique identifier of the created task
"550e8400-e29b-41d4-a716-446655440000"
