curl --request GET \
--url https://app.larm.dev/api/v1/incidents{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "API outage",
"type": "incident",
"status": "investigating",
"impact": "major",
"auto_created": false,
"started_at": "2026-03-28T12:00:00Z",
"resolved_at": null,
"inserted_at": "2026-03-28T12:00:00Z",
"updated_at": "2026-03-28T12:00:00Z"
}
]
}
Lists incidents for your organization
curl --request GET \
--url https://app.larm.dev/api/v1/incidents{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "API outage",
"type": "incident",
"status": "investigating",
"impact": "major",
"auto_created": false,
"started_at": "2026-03-28T12:00:00Z",
"resolved_at": null,
"inserted_at": "2026-03-28T12:00:00Z",
"updated_at": "2026-03-28T12:00:00Z"
}
]
}
incidents:read permission.
investigating, identified, monitoring, resolved, scheduled, in_progress, completedincident or maintenance{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "API outage",
"type": "incident",
"status": "investigating",
"impact": "major",
"auto_created": false,
"started_at": "2026-03-28T12:00:00Z",
"resolved_at": null,
"inserted_at": "2026-03-28T12:00:00Z",
"updated_at": "2026-03-28T12:00:00Z"
}
]
}