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