cURL
curl --request GET \ --url https://agent-studio.thena.ai/api/v1/chat/{agent_id}/threads/{thread_id}/stream \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Stream new messages for a chat thread using SSE.
Successful Response