检索运行步骤
GET
https://api.openai.com/v1 /threads/{thread_id}/runs/{run_id}/steps/{step_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.openai.com/v1 /threads//runs//steps/'
响应示例响应示例
{
"id": "string",
"object": "string",
"created_at": 0,
"run_id": "string",
"assistant_id": "string",
"thread_id": "string",
"type": "string",
"status": "string",
"cancelled_at": null,
"completed_at": 0,
"expired_at": null,
"failed_at": null,
"last_error": null,
"step_details": {
"type": "string",
"message_creation": {
"message_id": "string"
}
}
}
请求参数
Path 参数
thread_id
string
必需
run_id
string
必需
step_id
string
必需
返回响应
修改于 2023-11-09 10:29:18