curl --request GET \
--url https://api.axiom.co/v2/dashboards \
--header 'Authorization: Bearer <token>'[
{
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"dashboard": {
"name": "<string>",
"owner": "<string>",
"charts": [
{
"id": "<string>",
"type": "TimeSeries",
"query": {
"apl": "<string>",
"queryOptions": {
"displayNull": "auto",
"overlayCharts": "true",
"shownColumns": "<string>",
"timeSeriesVariant": "area",
"timeSeriesView": "charts"
}
},
"name": "<string>"
}
],
"layout": [
{
"i": "<string>",
"x": 5,
"y": 4503599627370495,
"w": 6,
"h": 50,
"minW": 6,
"minH": 50.25,
"maxW": 6,
"maxH": 50,
"static": true
}
],
"refreshTime": 15,
"schemaVersion": 2,
"timeWindowStart": "<string>",
"timeWindowEnd": "<string>",
"description": "<string>",
"against": "-1h",
"againstTimestamp": "<string>",
"uid": "<string>"
},
"id": "<string>",
"uid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>",
"version": 123
}
]List dashboards visible to the caller.
curl --request GET \
--url https://api.axiom.co/v2/dashboards \
--header 'Authorization: Bearer <token>'[
{
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"dashboard": {
"name": "<string>",
"owner": "<string>",
"charts": [
{
"id": "<string>",
"type": "TimeSeries",
"query": {
"apl": "<string>",
"queryOptions": {
"displayNull": "auto",
"overlayCharts": "true",
"shownColumns": "<string>",
"timeSeriesVariant": "area",
"timeSeriesView": "charts"
}
},
"name": "<string>"
}
],
"layout": [
{
"i": "<string>",
"x": 5,
"y": 4503599627370495,
"w": 6,
"h": 50,
"minW": 6,
"minH": 50.25,
"maxW": 6,
"maxH": 50,
"static": true
}
],
"refreshTime": 15,
"schemaVersion": 2,
"timeWindowStart": "<string>",
"timeWindowEnd": "<string>",
"description": "<string>",
"against": "-1h",
"againstTimestamp": "<string>",
"uid": "<string>"
},
"id": "<string>",
"uid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>",
"version": 123
}
]1 <= x <= 1000x >= 0Was this page helpful?