Skip to main content
GET
/
v1
/
threads
/
{thread_id}
/
stream
Stream Thread Handler
curl --request GET \
  --url http://localhost:8000/v1/threads/{thread_id}/stream
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

thread_id
string<uuid>
required

Query Parameters

last_message_id
string<uuid> | null
last_entry_id
string | null

Cookies

ks_uat
string | null

Response

Successful Response