Skip to main content
GET
/
conversations
/
{conversation_id}
/
agent-runs
/
{run_id}
/
stream
Attach to a durable agent run event stream
curl --request GET \
  --url https://api.veryfront.com/conversations/{conversation_id}/agent-runs/{run_id}/stream \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

conversation_id
string<uuid>
required
run_id
string
required
Minimum string length: 1

Response

Agent event stream

The response is of type string.