{ "opencollection": "1.0.0", "info": { "name": "SigNoz alerts traces API", "version": "1.0" }, "items": [ { "info": { "name": "traces", "type": "folder" }, "items": [ { "info": { "name": "Export raw data", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v1/export_raw_data", "params": [ { "name": "format", "value": "", "type": "query", "description": "The output format for the export." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoints allows complex query exporting raw data for traces and logs" } ] } ], "bundled": true }