Skip to main content
GET
/
api
/
ai
/
threads
/
{thread_id}
/
runs
/
{run_id}
/
stream
cURL
curl --request GET \
  --url https://api.example.com/api/ai/threads/{thread_id}/runs/{run_id}/stream \
  --header 'Authorization: Bearer <token>' \
  --header 'last-event-id: <last-event-id>'

Documentation Index

Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

last-event-id
string
required

Path Parameters

thread_id
string
required
run_id
string
required

Response

200 - undefined