检索 run step
GET
/v1/threads/run_steps/retrieve您可以通过此项操作检索已运行的Run的步骤,以便您检查运行的状态。
请求参数
Query 参数
GroupId
string
必需
示例值:
${Groupid}
Header 参数
Authorization
string
必需
示例值:
Bearer ${API KEY}
Content-Type
string
必需
示例值:
application/json
bedrock_lane
string
必需
示例值:
lane_xh
Body 参数application/json
thread_id
string
必需
run_id
string
必需
step_id
string
步骤id
示例
{
"thread_id": "thread_abc123",
"run_id": "run_abc123",
"step_id": "step_abc123"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
Run 步骤 id
object
string
必需
对象:run step
created_at
integer
创建时间戳
run_id
string
Run id
assistant_id
string
必需
assistantid
thread_id
string
threadid
type
string
类型
status
string
状态
step_details
object
步骤详情
type
string
必需
tool_calls
array [object {3}]
必需
base_resp
object
必需
status_code+status_message
status_code
integer
必需
status_msg
string
必需
示例
{
"id": "step_abc123",
"object": "thread.run.step",
"created_at": 1703318061,
"run_id": "run_abc123",
"assistant_id": "asst_abc123",
"thread_id": "thread_abc123",
"type": "tool_calls",
"status": "completed",
"step_details": {
"type": "tool_calls",
"tool_calls": [
{
"id": "call_abc123",
"type": "web_search",
"web_search": {
"name": "get_web_search_result",
"arguments": "{\"search_query\": \"明天 天气\"}",
"output": "[{\"no\":1,\"content\":\"气象公报 更多. 12月22日20时:交通气象预报. 中国气象局与交通运输部2023年12月22日联合发布全国主要公路气象预报. 12月22日18时:天气公报. 我国中东部大部地区气温持续偏低. 12月22日08时:每日天气提示. 山东文登积雪深度达74厘米 未来三天全国雨雪稀少气温 ...\"},{\"no\":2,\"content\":\"明天 12/23 多云 -9~0° 周日 12/24 晴 -9~1° 周一 12/25 晴 -6~2° 周二 12/26 多云 -8~4° 周三 12/27 晴 -8~3° 周四 12/28 晴\"},{\"no\":3,\"content\":\"全国气象干旱综合监测 土壤水分监测 热带气旋监测公报. 官方权威发布天气预报,逐三小时天气预报,提供天气预报查询一周,天气预报15天查询,天气预报40天查询,天气资讯,空气质量,生活指数,旅游出行,交通天气等查询服务.\"},{\"no\":4,\"content\":\"明天. 城市 雷达 云图. 北京 [定制] 01:30更新. -13. 降水量 0mm. 西北风 微风. 相对湿度 62%. 今夜. 12/21.\"},{\"no\":5,\"content\":\"中国气象局-天气预报-城市预报. -8.6. 1034hPa. 23%. 0mm. 西北风 3级.\"},{\"no\":6,\"content\":\"明天预报 明天省份表 明天城市列表 后天预报 后天省份表 后天城市列表 7天预报 7天预报省份表 7天预报城市列表 10天预报 10天预报省份列表 10天预报城市列表 15天预报 15天预报省份列表 15天预报城市列表 空气指数 空气指数省份列表 空气指数城市列表 pm2.5\"},{\"no\":7,\"content\":\"今日天气、明日天气和未来几天的气象报告,并且为用户提供穿衣指数、生活指数、健康指数、交通指数、旅游指数,及各类天气预报资讯。 全国天气网\"},{\"no\":8,\"content\":\"中国气象局-天气预报-城市预报. 国内. 上海. 上海. 2023/12/22 07:05更新. -5℃. 1043hPa. 46%. 0mm.\"},{\"no\":9,\"content\":\"中国气象局-天气预报-城市预报. 2023/12/23 05:20更新. -4℃. 1015hPa. 45%. 0mm. 东南风 微风.\"},{\"no\":10,\"content\":\"中国气象局-天气预报-城市预报. 国内. 上海. 南汇. 2023/12/22 06:45更新. -5.1℃. 1042hPa. 50%. 0mm.\"}]"
}
}
]
},
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}
最后修改时间: 1 年前