Skip to main content
GET
/
api
/
v1
/
threads
/
{threadId}
/
stream
Stream new web chat thread messages
curl --request GET \
  --url https://prod.featherhq.com/api/v1/threads/{threadId}/stream \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Path Parameters

threadId
string<uuid>
required

Response

SSE stream of new agent messages

The response is of type string.