cURL
curl --request GET \ --url https://api.traceloop.com/v2/metrics_hwm \ --header 'Authorization: Bearer <token>'
{ "high_water_mark": 123 }
Returns the timestamp of the last successfully processed evaluation (high water mark)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
High water mark timestamp in milliseconds
Was this page helpful?