Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

GetUsageMetricsOutput

Response from the executed query or mutation

type GetUsageMetricsOutput {
data: [UsageMetric!]!
}

Fields

GetUsageMetricsOutput.data ● [UsageMetric!]! non-null object usage-metrics

Field containing the response from the executed query or mutation

Example

{
"data": [
{
"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": {}
}
}
]
}

Returned By