List reports

GET https://{{host}}/edgeworkers/v1/reports

View a list of available reports. The data in these reports is also available in the EdgeWorkers Management application.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"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}]}