Skip to main content
GET
List all disks

Authorizations

Authorization
string
header
required

API key

Query Parameters

limit
integer
default:50

Maximum number of items to return

Required range: x <= 100
cursor
string

Pagination cursor from a previous response

name
string

Filter disks by exact name match.

Response

List of disks

All API responses use a standard envelope with success: boolean and data (on success) or error: string (on failure). The ApiResponse_* schemas each define the specific data shape for their endpoint.

success
boolean
required
Example:

true

data
object[]
required