Skip to main content
GET
/
workspace
/
{workspaceId}
/
processes
/
runs
/
{runId}
/
events
Stream process run events (SSE)
curl --request GET \
  --url https://api.example.com/workspace/{workspaceId}/processes/runs/{runId}/events \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required
runId
string
required

Response

200 - text/event-stream

OK

The response is of type string.