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.
Path parameters
Headers
Header authentication of the form Bearer <token>
Request
The messages to be sent to the agent.
Whether the server should parse specific tool call arguments (default send_message
) as AssistantMessage
objects.
The name of the designated message tool.
The name of the message argument in the designated message tool.
Response
Successful Response
The id of the user that made this object.
The id of the user that made this object.
The timestamp when the object was created.
The timestamp when the object was last updated.
The status of the job.
The unix timestamp of when the job was completed.
The metadata of the job.
If set, POST to this URL when the job completes.
Timestamp when the callback was last attempted.
HTTP status code returned by the callback endpoint.
The human-friendly ID of the Run
The request configuration for the run.