Skip to main content
GET
/
query
/
metrics
/
info
/
datasets
/
{dataset}
/
tags
/
{tag}
/
values
cURL
curl --request GET \
  --url https://{axiom-domain}/v1/query/metrics/info/datasets/{dataset}/tags/{tag}/values \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]
Use this endpoint to query data from a specific edge deployment. The data you query must be stored in the edge deployment where you query it. For more information, see Query data and Edge deployments.The base domain for this endpoint is the base domain of the edge deployment where you want to query data.
Edge deploymentBase domain for ingest and query
US East 1 (AWS)us-east-1.aws.edge.axiom.co
EU Central 1 (AWS)eu-central-1.aws.edge.axiom.co
This endpoint only supports API tokens. Personal access tokens (PATs) aren’t supported. For more information, see Tokens.

Authorizations

Authorization
string
header
required

Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.

Path Parameters

dataset
string
required

The dataset to retrieve tag values from

tag
string
required

The tag name to retrieve values for

Query Parameters

start
string
required

Start time for timeframe to return (RFC3339 format)

end
string
required

End time for timeframe to return (RFC3339 format)

Response

Tag values for the specified dataset and tag