axiom.listMetricTagValuesForMetric lists values observed for one tag on one metric. Use the result to build a valid exact filter without mixing values observed only on other metrics.
automations/axiom-list-metric-tag-values-for-metric.automation.ts
Inputs
Set
edgeUrl to the edge that stores the dataset.
Output
Returns values observed for the tag on the metric in the selected window asstring[]. No observed values returns [].
Permission and failures
The API token needs the dataset-levelquery|read capability for datasetName. Axiom returns an error when the dataset, metric, or tag is missing or inaccessible, and rejects invalid time windows. Request-rate limits return 429, while exhausted query-cost limits return 430. Automate.ax uses Axiom’s reset timing when available.