agents
Send Message Async
Asynchronously process a user message and return a run object. The actual processing happens in the background, and the status can be checked using the run ID.
This is "asynchronous" in the sense that it's a background run and explicitly must be fetched by the run ID.
post/v1/agents/{agent_id}/messages/async
Path parameters
agent_idstring required
Request body
Response
Successful Response
Example response
{
"id": "run-123e4567-e89b-12d3-a456-426614174000"
}