GET
List Resources
List all resources belonging to the authenticated client. Supports filtering by offer, vendor, and resource type.

Authorizations

Authorization
string
header
required

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

Query Parameters

resource_type
string | null
resource_status
string | null
vendor
string | null
vendor_region
string | null
offer_id
string<uuid> | null
include_deleted
boolean
default:false
limit
integer
default:50
offset
integer
default:0

Response

Successful Response

Paginated list of resources.

resources
ResourceSummary · object[]
required
total
integer
required
limit
integer
required
offset
integer
required