Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Query Parameters

cursor
string | null

Opaque cursor returned by a previous page. Omit to fetch the first page.

limit
integer
default:100

Maximum number of volumes to return.

Required range: 1 <= x <= 1000
namespace
string
required

Namespace to list volumes in. Required, because the volume service has no cross-namespace inventory.

Response

200 - application/json

A page of volumes in one namespace.

items
VolumeV1 · object[]
required

Items in this page.

pagination
PaginationResponseV1 · object
required

Pagination metadata for the page.