cURL
curl --request GET \ --url https://app.larm.dev/api/v1/monitors/{monitor_id}/response-times
{ "data": { "p95": 142.5, "by_location": [ { "location": "us-east-1", "p95": 185.2, "checks": 1440 }, { "location": "eu-central-1", "p95": 99.8, "checks": 1440 } ] } }
Returns p95 response times overall and by probe location
monitors:read
1h
6h
24h
7d
30d
90d
{ "data": { "p95": null, "by_location": [] } }