{ "opencollection": "1.0.0", "info": { "name": "Statsig Client SDK Audit Logs Metrics API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "statsig-api-key", "value": "{{statsig-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "List all metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.statsig.com/v1/metrics", "headers": [ { "name": "STATSIG-API-VERSION", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." } ] }, "docs": "Retrieves a list of all metric definitions in the project." }, { "info": { "name": "Get a metric", "type": "http" }, "http": { "method": "GET", "url": "https://api.statsig.com/v1/metrics/:id", "headers": [ { "name": "STATSIG-API-VERSION", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The name or identifier of the metric." } ] }, "docs": "Retrieves the definition of a specific metric." } ] } ], "bundled": true }