cURL
curl --request GET \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/reports/requests/aggregate/ \ --header 'X-Api-Key: <api-key>'
{ "total_stats": { "request_count": 123, "timing_ms": { "mean": 123, "min": 123, "max": 123, "p95": 123 }, "status_code_distribution": {} }, "route_method_stats": [] }
Get aggregate statistics for all authenticated requests. Note that requests which fail to match a valid path are not included in these statistics.
Filter requests created on or before this datetime
Filter requests created on or after this datetime
Show child attributes
A dictionary of status code to number of responses with this code