PLATINUM DOCS
ApiSandboxes

GET /v1/sandboxes/{id}/volumes/{mount}

GET
/v1/sandboxes/{id}/volumes/{mount}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
mount*string

Response Body

application/json

curl -X GET "https://example.com/v1/sandboxes/string/volumes/string"
{  "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