{ "opencollection": "1.0.0", "info": { "name": "LangWatch Agents Analytics API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "postApiAnalyticsTimeseries", "type": "http" }, "http": { "method": "POST", "url": "https://app.langwatch.ai/api/analytics/timeseries", "body": { "type": "json", "data": "{}" } }, "docs": "Query analytics timeseries data with metrics, aggregations, and filters" } ] } ], "bundled": true }