PLATINUM DOCS
ApiVolumes

GET /v1/volumes/{v}/mounts

GET
/v1/volumes/{v}/mounts

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

v*string

Response Body

application/json

curl -X GET "https://example.com/v1/volumes/string/mounts"
{  "mounts": [    {      "id": "string",      "sandbox_id": "string",      "volume_id": "string",      "volume_name": "string",      "mount_path": "string",      "read_only": true,      "subdir": "string",      "state": "pending",      "generation": 0,      "base_commit_id": "string",      "mounted_commit_id": "string",      "last_commit_id": "string",      "last_commit_at": "string",      "dirty_bytes": 0,      "unflushed": true,      "created_at": "string"    }  ]}
Empty