Send Message Async
Asynchronously process a user message and return a job ID. The actual processing happens in the background, and the status can be checked using the job ID.
Headers
Path Parameters
Body
The messages to be sent to the agent.
The name of the designated message tool.
The name of the message argument in the designated message tool.
Response
Representation of offline jobs, used for tracking status of data loading tasks (involving parsing and embedding files).
Parameters: id (str): The unique identifier of the job. status (JobStatus): The status of the job. created_at (datetime): The unix timestamp of when the job was created. completed_at (datetime): The unix timestamp of when the job was completed. user_id (str): The unique identifier of the user associated with the.
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.
created
, running
, completed
, failed
, pending
The unix timestamp of when the job was completed.
The metadata of the job.
The human-friendly ID of the Job
The unique identifier of the user associated with the job.