Skip to main content
GET
List mounted volumes

Authorizations

Authorization
string
header
required

Personal access token (msb_pat_…) or session JWT - the credential an agent acts with on a user's behalf.

Path Parameters

slug
string
required

Organization slug

sandbox_id
string<uuid>
required

Sandbox ID

Response

Mounted volumes

mount_path
string
required

Absolute path where the volume is mounted inside the guest.

read_only
boolean
required

Whether this binding is read-only.

volume_id
string<uuid>
required

Resolved volume identifier, suitable for the volume metrics API.

name
string | null

User-facing volume name; None identifies the organization host disk.