GET
/
api
/
v1
/
chat
/
{agent_id}
/
threads
/
{thread_id}
/
stream
Stream Chat Messages
curl --request GET \
  --url https://agent-studio.thena.ai/api/v1/chat/{agent_id}/threads/{thread_id}/stream \
  --header 'x-api-key: <api-key>'
"<any>"

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid> | null
required
thread_id
string<uuid>
required

Response

200
application/json

Successful Response

The response is of type any.