v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Runs

Post Run Message

Post a message to an agent run. This will persist the message and resume the agent execution if the run is in a resumable state (waiting, completed, or interrupted).

post/v2/runs/{run_id}/messages

Path parameters

run_idstring uuid required

The run's unique identifier

Request body

messagestring required

The message content to send to the agent

Response

Default Response