Analytics Exploration
Available options:
running, success, error - Option 1
- Option 2
- Option 3
- Option 4
- Option 5
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
running, success, error Show child attributes
Show child attributes
Was this page helpful?
{
"id": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateUpdated": "2023-11-07T05:31:56Z",
"datasource": "<string>",
"dateStart": "<string>",
"dateEnd": "<string>",
"result": {
"rows": [
{
"dimensions": [
"<string>"
],
"values": [
{
"metricId": "<string>",
"numerator": 123,
"denominator": 123
}
],
"steps": [
{
"count": 123,
"timeFromPrevSumHrs": 123,
"timeFromPrevSumSquaresHrs": 123
}
]
}
],
"rawRows": [
{}
],
"truncated": true
},
"config": {
"datasource": "<string>",
"dimensions": [
{
"dimensionType": "date",
"column": "<string>"
}
],
"dateRange": {
"lookbackValue": 123,
"startDate": "<string>",
"endDate": "<string>"
},
"type": "metric",
"dataset": {
"type": "metric",
"values": [
{
"name": "<string>",
"rowFilters": [
{
"column": "<string>",
"values": [
"<string>"
]
}
],
"type": "metric",
"metricId": "<string>",
"unit": "<string>",
"denominatorUnit": "<string>"
}
]
}
},
"error": "<string>"
}