PLATINUM DOCS
ApiVolumes

GET /v1/volumes/{v}/files/stat

GET
/v1/volumes/{v}/files/stat

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

v*string

Query Parameters

path*string
at?string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/volumes/string/files/stat?path=string"
{  "path": "string",  "type": "file",  "size": 0,  "mtime": 0,  "mode": 0,  "uid": 0,  "gid": 0,  "symlink_target": "string",  "version": "string",  "commit_id": "string"}
Empty
{  "error": "string",  "code": "string"}