PLATINUM DOCS
ApiVolumes

GET /v1/volumes/{v}

GET
/v1/volumes/{v}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

v*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/volumes/string"
{  "id": "string",  "name": "string",  "kind": "volume",  "temporary": true,  "head_commit_id": "string",  "size_limit_bytes": 0,  "logical_bytes": 0,  "unique_bytes": 0,  "file_count": 0,  "region": "string",  "forked_from": {    "volume_id": "string",    "commit_id": "string"  },  "created_at": "string",  "updated_at": "string",  "last_commit_at": "string",  "live_mounts": 0}
Empty
{  "error": "string",  "code": "string"}