检索助手文件
GET
https://api.openai.com/v1/assistants/{assistant_id}/files/{file_id }检索 AssistantFile。
与指定ID匹配的辅助文件对象。
请求参数
Path 参数
assistant_id
string
必需
文件所属助手的ID。
file_id
string
必需
我们获取的文件的 ID。
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
必需
object
string
必需
created_at
integer
必需
assistant_id
string
必需
示例
{
"id": "file-wB6RM6wHdA49HfS2DJ9fEyrH",
"object": "assistant.file",
"created_at": 1699055364,
"assistant_id": "asst_FBOFvAOHhwEWMghbMGseaPGQ"
}
最后修改时间: 1 年前