Skip to main content
GET
/
conversations
/
{conversation_id}
/
runs
/
{run_id}
/
stream
Attach to a durable agent run event stream
curl --request GET \
  --url https://api.veryfront.com/conversations/{conversation_id}/runs/{run_id}/stream \
  --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

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

Response

Agent event stream

The response is of type string.