Skip to main content
GET
List volumes

Authorizations

Authorization
string
header
required

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

Query Parameters

name
string

Return only the volume with this name. Letters, numbers, ., -, and _ only. Leave it out, or send it empty, to get the whole page.

Maximum string length: 128
Pattern: ^[A-Za-z0-9._-]*$
limit
integer
default:100

How many volumes to return. Ignored when name is set.

Required range: 0 <= x <= 500

Response

The volumes.

data
object[]
required

Volumes in your organization.