Get tag values for a dataset
Parameters #
| Property | Type | Location | Description |
|---|---|---|---|
dataset | stringRequired | path | The dataset to retrieve tag values from |
tag | stringRequired | path | The tag name to retrieve values for |
start | stringRequired | query | Start time for timeframe to return (RFC3339 format) |
end | stringRequired | query | End time for timeframe to return (RFC3339 format) |
Request #
curl -X GET 'https://{axiom-domain}/v1/query/metrics/info/datasets/DATASET/tags/TAG/values' \
-H 'Authorization: Bearer API_TOKEN'Try itRun this request against your Axiom organization
Credentials stay in this browser tab and are only sent to Axiom when you run the request.
Response #
200Tag values for the specified dataset and tag404Dataset or tag not founddefaultUser or system error