ApiVolumes
GET /v1/volumes/{id}/files
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
path?string
cursor?string
limit?integer
Response Body
application/json
curl -X GET "https://example.com/v1/volumes/string/files"{ "path": "string", "entries": [ { "path": "string", "name": "string", "type": "file", "size_bytes": 0, "etag": "string", "last_modified": "string" } ], "next_cursor": "string"}Empty