列出文件
开发环境
开发环境
GET
https://enterprise-api.writer.com/llm/organization/{organizationId}/file
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://enterprise-api.writer.com/llm/organization//file' \
--header 'Authorization;'
响应示例响应示例
200 - 成功示例
{
"files": [
{
"id": "string",
"name": "string",
"size": 0,
"numberOfSamples": 0,
"format": "string",
"createdAt": "2024-02-01T06:08:07.362Z"
}
]
}
请求参数
Path 参数
organizationId
string
必需
Header 参数
Authorization
string
必需
返回响应
修改于 2024-02-01 07:36:46