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>" } ] }
List all completed files for your team. Optionally filter by purpose.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter files by purpose. Supported values: 'context' or 'batch'.
context
batch
Successful response with list of files.
The kind of object. "list" for this endpoint.
Show child attributes