cURL
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>" } ] }
Returns a list of all currently mounted drives managed by blfs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
Was this page helpful?
Contact support