Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
UsageMetric
Usage metrics measured for one account on one day
type UsageMetric {
accountId: String!
accountName: String!
date: String!
metrics: MetricSnapshot!
}
Fields
UsageMetric.accountId ● String! non-null scalar general
Identifier of the account these metrics belong to
UsageMetric.accountName ● String! non-null scalar general
Name of the account these metrics belong to
UsageMetric.date ● String! non-null scalar general
The day these metrics describe, as YYYY-MM-DD in UTC
UsageMetric.metrics ● MetricSnapshot! non-null object usage-metrics
The metrics measured for that account on that day
Example
{
"accountId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"accountName": "company_name",
"date": "2026-08-23",
"metrics": {
"assets": {
"dashboards": {
"trendingLast30Days": [
{}
]
},
"tables": {
"trendingLast30Days": []
},
"terms": {
"shared": {},
"trendingLast30Days": []
}
},
"dataProducts": {
"dashboards": {}
},
"sources": {
"technologies": [
{}
]
},
"users": {}
}
}
Member Of
GetUsageMetricsOutputobject