Skip to main content
GET
/
drives
/
mount
List currently mounted drives
curl --request GET \
  --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/drives/mount \
  --header 'Authorization: Bearer <token>'
{
  "mounts": [
    {
      "driveName": "<string>",
      "drivePath": "<string>",
      "mountPath": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

mounts
object[]
Last modified on April 15, 2026