GET /api/v1/cloud/sessions/{session_id}/threads/{thread_id}
返回一个 Session thread。
路径参数
| 参数 | 类型 | 说明 |
|---|---|---|
session_id | string | 以 sess_ 为前缀的 Session ID |
thread_id | string | 以 sthr_ 为前缀的 Thread ID |
请求头
| 头部 | 必选 | 说明 |
|---|---|---|
Authorization | 是 | Bearer $QODER_PAT |
示例请求
示例响应
错误码
| HTTP | 类型 | 触发条件 |
|---|---|---|
| 401 | authentication_error | PAT 无效或过期 |
| 404 | not_found_error | Session 或 thread 不存在 |