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 authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dateien nach Zweck filtern. Unterstützte Werte: 'context' oder 'batch'.
context
batch
Erfolgreiche Antwort mit Liste der Dateien.
Die Art des Objekts. "list" für diesen Endpunkt.
Show child attributes
此页面对您有帮助吗?