GetMetricsResponse
data object[]required
Array [
idstring<uuid>required
Unique identifier for the metric
namestringrequired
Name of the metric
slugstringrequired
URL-friendly identifier for the metric
unitstringrequired
Unit of measurement for the metric
isCompositebooleanrequired
Whether the metric is a composite metric
]
pagination objectrequired
totalinteger
limitinteger
offsetinteger
links objectrequired
firststringnullable
prevstringnullable
nextstringnullable
laststringnullable
GetMetricsResponse
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"slug": "string",
"unit": "string",
"isComposite": true
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0
},
"links": {
"first": "string",
"prev": "string",
"next": "string",
"last": "string"
}
}