GET
/
v1
/
orchestrate
/
runs
/
{run_id}
/
events
Get Orchestrate Assistant Run Events
curl --request GET \
  --url http://{api_endpoint}/api/v1/v1/orchestrate/runs/{run_id}/events \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "event": "run.started",
    "data": {}
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string
required

Query Parameters

stream_timeout
integer
default:1000

Response

Successful Response

id
string
required
event
enum<string>
required
Available options:
run.started,
run.completed,
run.failed,
run.expired,
run.cancelled,
run.step.started,
run.step.completed,
run.step.failed,
run.step.delta,
message.created,
message.started,
message.delta,
message.completed,
run.step.thinking,
message.interrupt,
error,
done,
planning,
flow.slot.listen
data
object
required