Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Query Parameters

page_size
integer<int32>

The maximum number of volumes to return. The server caps and defaults this; 0 means "use the server default".

page_token
string

An opaque page token from a previous response's next_page_token. Empty for the first page.

project_id
string

Optional project filter. Empty returns volumes across all of the caller's projects.

Response

OK

volumes
object[]

The volumes on this page, newest first.

next_page_token
string

The token to pass as page_token to fetch the next page. Empty when there are no more results.