Skip to main content
POST
Post Thread Command

Path Parameters

thread_id
string
required

Body

application/json

Body for POST /threads/{thread_id}/commands (JSON-RPC style).

id
integer
required

Client-assigned command id, echoed in the response.

method
string
required

Command method, e.g. run.start or input.respond.

params
Params · object

Method parameters.

Response

Protocol response envelope (success or error)