Agent

Run agent

Run the agent with a user message. Returns job_status_id for polling.

post/api/v0/agent/sessions/{session_id}/run

Path parameters

session_idstring uuid required

Request body

messagestring required

The user's input message.

attachment_idsstring[] nullable

Public IDs of uploaded attachments to include with the message. Max 8.

Response

Successful Response

run_idstring uuid required

The ID of the created run.

job_status_idstring uuid required

The job status ID for polling completion.

session_idstring uuid required

The ID of the session.

statusstring required

The initial status of the run.

Changes

No recorded changes to this endpoint across all 1 revision of this API.