Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mission_id
string<uuid>
required

Unique identifier of the mission.

run_id
string<uuid>
required

Unique identifier of the run.

Body

application/json
type
enum<string>
required
Available options:
status_change,
step_started,
step_completed,
step_failed,
tool_call,
tool_result,
message,
error,
custom
summary
string
required
step_id
string
agent_id
string
payload
Payload · object
idempotency_key
string

Prevents duplicate events on retry

Response

Successful Response

data
EventData · object
required