Skip to content

Volume List

Jim Lake edited this page Jul 9, 2025 · 2 revisions

Media Directory endpoints for API usage.

API Endpoint

All calls are made on the standard api endpoint:

https://api-prod.maxloapi.com

Get the volume list

Retreieve a list of volumes that you have access to in the specified org given your authentication key. volume_id is a stable identifiers but volume_name is not.

GET /api/1/org/<org_id>/volume

Request Authentication

user_session_key - string - provided in query string or body

Request Path

org_id - number - An org the user has permissions in.

Responses

200 OK

volume_list - list of objects - List of volumes

  • volume_id - number - Volume ID

  • volume_name - string - Volume name

  • min_expire_size - number - Minimium object size to qualify for expiry.

  • live_expire_days - number - Number of days the backend will keep live data in cloud stores.

  • dead_expire_days - number - Number of days the backend will keep deleted and non-current version data in cloud stores.

  • is_disabled - number - 1 if the volume is disabled.

  • is_user_volume - number - 1 if the volume is disabled.

403 Forbidden

Not logged in

Clone this wiki locally