PLATINUM DOCS
ApiVolumes

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

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

path*string

Response Body

application/json

curl -X GET "https://example.com/v1/volumes/string/files/stat?path=string"
{  "path": "string",  "type": "file",  "size_bytes": 0,  "etag": "string",  "content_type": "string",  "last_modified": "string"}
Empty