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}/monitor/history \ --header 'Authorization: Bearer <token>'
{ "history": [ { "period": 123, "value": 123, "bucket_start": "<string>" } ] }
Get monitor history for a metric.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Metric ID.
History window in hours.
Monitor history
Show child attributes