Skip to main content
GET
/
v1
/
chat
/
{session_id}
/
stream
Stream Chat Progress
curl --request GET \
  --url https://api.superdocs.app/v1/chat/{session_id}/stream
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

session_id
string
required

Query Parameters

job_id
string
required

Job ID to stream progress for

token
string

Authentication token (query parameter for EventSource compatibility)

api_key
string

API key (query parameter for EventSource compatibility)

Response

Successful Response