Skip to main content
GET
/
v1
/
companies
/
{id}
/
agents
/
{agentId}
/
runs
/
{runId}
/
stream
Stream agent run (SSE)
curl --request GET \
  --url https://api.usenaive.ai/v1/companies/{id}/agents/{agentId}/runs/{runId}/stream \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required
agentId
string
required
runId
string
required

Response

200 - text/event-stream

An open text/event-stream.

The response is of type string.