Skip to main content
Every resource endpoint has a corresponding /meta endpoint that tells you exactly which fields you can filter and sort on, what operators each field supports, and — for select fields — the valid values.
The response is an array of field definitions. Each entry describes one filterable field:

Field types

Timeseries meta

The aggregate endpoints have their own meta endpoints that list different fields than the base resource. For example, /v4/tokens/aggregates/meta returns the fields available for filtering timeseries queries — including the measure_slug field with all available measures as selectOptions:

Available meta endpoints