axonpush
API referenceDashboards

GET /dashboards

GET
/dashboards

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/dashboards"
{  "$schema": "https://example.com/schemas/ListOutputBody2.json",  "dashboards": [    {      "$schema": "https://example.com/schemas/DashboardView.json",      "createdAt": "string",      "createdBy": "string",      "dashboardId": "string",      "description": "string",      "name": "string",      "spec": {        "widgets": [          {            "dimension": "string",            "limit": 0,            "metric": "string",            "scope": {              "app": "string",              "channel": "string",              "environment": "string",              "filterTagKey": "string",              "filterTagValue": "string",              "model": "string",              "provider": "string",              "source": "string"            },            "tagKey": "string",            "title": "string",            "type": "kpi"          }        ]      },      "updatedAt": "string"    }  ]}