cURL
curl --request GET \ --url https://app.larm.dev/api/v1/monitors/{monitor_id}/state
{ "data": { "state": "up", "entered_at": "2025-03-01T12:00:00.000000Z", "previous_state": "down" } }
Returns the current state of a monitor
monitors:read
pending
up
down
stale
{ "data": { "state": null, "entered_at": null, "previous_state": null } }