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
}

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