Get available filters
Retrieve available filter values with cross-filtering support. Returns the set of valid filter options based on the current filter selection, allowing progressive refinement of queries.
When filters are provided, each requested field’s options are computed with all other active filters applied (cross-filtering).
Documentation Index
Fetch the complete documentation index at: https://docs.cloudcapital.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Generate an API key from your
Cloud Capital dashboard under Settings > API keys.
Include it in the Authorization header as a Bearer token.
Body
Specific filter fields to return. When omitted, all available filter fields are returned.
Filter field names for the filters endpoint. Pass these in the
fields array to request specific filter option sets.
costLayers, clouds, services, resourceFamilies, regions, instanceTypes, usageTypes, billingPeriods, costTypes, accounts, integrations, resourceTags, costCategories Filter container supporting both inclusion and exclusion criteria.
Use inclusions to narrow results to matching data and exclusions
to remove matching data from results.
Response
Filter values retrieved successfully
Successful HTTP responses wrap the endpoint-specific body in data.
Each operation's 200 response schema is this object merged (allOf)
with a data property referencing the payload schema for that endpoint.

