{ "opencollection": "1.0.0", "info": { "name": "LangWatch Agents Dashboards API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "getApiDashboards", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/dashboards" }, "docs": "List all dashboards for the project with graph counts" }, { "info": { "name": "postApiDashboards", "type": "http" }, "http": { "method": "POST", "url": "https://app.langwatch.ai/api/dashboards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new dashboard" }, { "info": { "name": "putApiDashboardsReorder", "type": "http" }, "http": { "method": "PUT", "url": "https://app.langwatch.ai/api/dashboards/reorder", "body": { "type": "json", "data": "{}" } }, "docs": "Reorder dashboards by providing an ordered list of IDs" }, { "info": { "name": "getApiDashboardsById", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a dashboard by its id, including its graphs" }, { "info": { "name": "patchApiDashboardsById", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.langwatch.ai/api/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rename a dashboard" }, { "info": { "name": "deleteApiDashboardsById", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.langwatch.ai/api/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a dashboard and its graphs (hard delete, cascade)" } ] } ], "bundled": true }