Resources (Beta) | API & MCP Reference | Archera

For the complete documentation index, see llms.txt. This page is also available as Markdown.

Per-customer resource inventory

List filterable resource SKU attributes

Endpoint

GET /beta/v1/org/{org_id}/resources/skus/attributes

Returns the fields that can be used in the 'filter' parameter of the /resources/skus list endpoint, along with their types.

Path parameters

Responses

Get valid values for a filterable resource SKU attribute

Endpoint

GET /beta/v1/org/{org_id}/resources/skus/attributes/{field}

Returns the distinct values for a given field, scoped to the same provider/segment/filter as the list endpoint.

Path parameters

Query parameters

Responses

List resource SKU rows in the customer's environment

Endpoint

GET /beta/v1/org/{org_id}/resources/skus

Returns ResourceSKU rows (resource x SKU x time-window) scoped to the specified provider segment and the org's current attribution.

Path parameters

Query parameters

Responses

Get a single resource SKU row's full detail

Endpoint

GET /beta/v1/org/{org_id}/resources/skus/{resource_sku_id}

Returns the full ResourceSKU record — list-view fields plus hardware specs, the raw catalog attribute blob, and SKU lifecycle dates.

Path parameters

Query parameters

Responses

Last updated 10 days ago