Filter and Sort API
The Explore filter bar applies query parameters to each Explore tab's API endpoint. The datastore and tag parameters are shared across most Explore tab endpoints; report_date and timeframe are specific to the Insights endpoint.
Tip
For complete API documentation, including request and response schemas, visit the API docs.
Common Filter Parameters
| Parameter | Type | Description |
|---|---|---|
datastore |
array of integers | Source datastore IDs to include. Multiple values in the list are combined with OR. Available on most Explore tab endpoints. |
tag |
array of strings | Tag names to include. Multiple values in the list are combined with OR. Available on most Explore tab endpoints. |
report_date |
string (YYYY-MM-DD) |
Anchor date for the date-range calculation. Defaults to today. Available on the Insights endpoint. |
timeframe |
string | One of week, month, quarter, year. Defaults to week. Available on the Insights endpoint. |
When both datastore and tag are provided, they are combined with AND.
Refer to the API docs for the exact endpoint paths and any tab-specific parameters.