Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/metrics/{metric_id}/metric-events/history \ --header 'Authorization: Bearer <token>'
{ "history": [ { "bucket_start": "<string>", "bucket_end": "<string>", "bucket_minutes": 123, "total": 123, "pass_rate": 123, "fail_rate": 123, "flag_count": 123 } ] }
Get full metric event history for a metric.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Metric event history
Show child attributes