{ "opencollection": "1.0.0", "info": { "name": "Uptrace Alerts Dashboards API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "List Dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.uptrace.dev/api/v1/dashboards", "params": [ { "name": "projectId", "value": "", "type": "query" } ] }, "docs": "Retrieve all dashboards for a project." }, { "info": { "name": "Create Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.uptrace.dev/api/v1/dashboards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new dashboard with panels and queries." } ] } ], "bundled": true }