PLATINUM DOCS
ApiSandboxes

GET /v1/sandboxes/{id}/volumes

GET
/v1/sandboxes/{id}/volumes

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

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