Get metrics for a dataset
Parameters #
| Property | Type | Location | Description |
|---|---|---|---|
dataset | stringRequired | path | The dataset to retrieve metrics from |
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/metrics' \
-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 #
200List of metrics in the dataset404Dataset not founddefaultUser or system error