Skip to main content
GET
/
v2
/
metrics_hwm
Get metrics high water mark
curl --request GET \
  --url https://api.traceloop.com/v2/metrics_hwm \
  --header 'Authorization: Bearer <token>'
{
  "high_water_mark": 123
}

Documentation Index

Fetch the complete documentation index at: https://enrolla-gz-new-docs-for-auto-monitor.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

High water mark timestamp in milliseconds

high_water_mark
integer