cURL
curl --request GET \ --url https://api.olostep.com/v1/files \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "data": [ { "id": "<string>", "object": "<string>", "created": 123, "filename": "<string>", "bytes": 123, "purpose": "<string>", "status": "<string>" } ] }
列出团队中所有已完成的文件。可选择按用途过滤。
Bearer 认证头的格式为 Bearer ,其中 是你的认证令牌。
按用途过滤文件。支持的值:'context' 或 'batch'。
context
batch
成功响应,包含文件列表。
对象类型。此端点为 "list"。
Show child attributes
此页面对您有帮助吗?