List the field names returned by GET /api/v1/usage/summary at each of its
three response levels. Each list contains every key the data endpoint
emits—both typed fields declared in the OpenAPI spec and untyped keys
exposed through additionalProperties (the latter used for billing
dimensions and usage types added after the v1 schema freeze).
Response listing every field name returned by GET /api/v1/usage/summary
at each of its three response levels. Includes both typed fields and untyped
additionalProperties keys.
Expand All
Field
Type
Description
data
object
Available-fields data.
attributes
object
The lists of field names returned by GET /api/v1/usage/summary at each
of its three response levels. Each list contains every key the data endpoint
emits—both typed fields declared in the OpenAPI spec and untyped keys
exposed through additionalProperties.
date_fields
[string]
Sorted list of every key returned inside each UsageSummaryDate
entry of usage[] (typed fields and additionalProperties keys
combined).
date_org_fields
[string]
Sorted list of every key returned inside each UsageSummaryDateOrg
entry of usage[].orgs[] (typed fields and additionalProperties
keys combined).
response_fields
[string]
Sorted list of every key returned as a direct property of
UsageSummaryResponse (typed fields and additionalProperties
keys combined).
id
string
The identifier for the discovery scope. Always "all".
type
enum
Type of available-fields data.
Allowed enum values: usage_summary_available_fields