亮色模式
检索助手文件
GET
https://api.openai.com/v1/assistants/{assistant_id}/files/{file_id }检索 AssistantFile。
与指定ID匹配的辅助文件对象。
Request
Path 参数
assistant_id
string
必需
文件所属助手的ID。
file_id
string
必需
我们获取的文件的 ID。
Request samples
返回响应
成功(200)
HTTP Code: 200
Content Type : 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"
}
最后修改时间: 9 天前