Skip to main content
POST

Authorizations

apikey
string
header
required

Path Parameters

task_id
string
required

Body

application/json

Event model for sending actions to running tasks.

name
string
required

Event type: browser_action, session_action, or tool_call.

payload
Payload · object
required

Event payload. For actions: {name, input}. For tool responses: {code, output}.

id
string | null

Unique event ID. Used to match responses to requests.

timestamp
integer | null

Unix timestamp of the event.

Response

Event successfully sent.

r
TaskEventResponse · object
required

Response model for send event operation.