List metrics
GET/v2/illuminate/metrics
Returns a list of all metrics for your account.
Request
Example
[
{
"id": "string",
"name": "string",
"measureId": "string",
"businessObjectId": "string",
"evaluationWindow": 0,
"function": "string",
"dimensionIds": [
"string"
],
"dimensions": [
{
"id": "string",
"name": "string",
"jsonPath": "string",
"jsonFieldType": "TEXT",
"isKeyset": false,
"source": "JSONPATH",
"derivation": {}
}
],
"filters": [
{
"id": "string",
"sourceType": "MEASURE",
"sourceId": "string",
"operation": "NUMERIC_GREATER_THAN",
"arguments": []
}
],
"businessObject": {
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z",
"createdBy": "string",
"updatedBy": "string",
"id": "string",
"name": "string",
"isActive": false,
"description": "string",
"fields": [
{}
],
"accountId": "string",
"subkeys": [
"string"
],
"metrics": [],
"decisions": [
{}
],
"dashboards": [
{}
],
"queries": [
{}
],
"customers": [
{}
]
}
}
]