Join a run stream. This endpoint streams output in real-time from a run similar to the /threads/THREAD_ID/runs/stream endpoint. Only output produced after this endpoint is called will be streamed.
请求参数
Authorization
在 header 添加参数
x-api-key
示例:
x-api-key: ********************
Path 参数
返回响应
🟢200Success
text/event-stream
Body
🟠404Not Found
🟠422Validation Error
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://127.0.0.1:2024/threads//runs//stream' \
--header'x-api-key: <api-key>'