{ "operationId": "get-reports", "method": "GET", "path": "/reports", "summary": "Akamai List Reports", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "reports": [ { "description": "This report contains an overview of other reports.", "name": "Overall summary", "reportId": 1 }, { "description": "This report lists execution and initialization times, grouped by EdgeWorker ID and event handler.", "name": "Initialization and execution times by EdgeWorker ID and event handler", "reportId": 2, "unavailable": true }, { "description": "This report lists execution statuses, grouped by EdgeWorker ID and event handler.", "name": "Execution statuses by EdgeWorker ID and event handler", "reportId": 3 }, { "description": "This report lists memory usage, grouped by EdgeWorker ID and event handler.", "name": "Memory usage by EdgeWorker ID and event handler", "reportId": 4, "unavailable": true }, { "description": "This report lists execution and initialization times with percentiles, grouped by EdgeWorker ID and event handler.", "name": "Initialization and execution times with percentiles by EdgeWorker ID and event handler", "reportId": 5 }, { "description": "This report lists memory usage with percentiles, grouped by EdgeWorker ID and event handler.", "name": "Memory usage with percentiles by EdgeWorker ID and event handler", "reportId": 6 }, { "description": "This report contains the total number of sub-requests.", "name": "Sub-requests", "reportId": 7 } ] } } ] }