Retrieves a specific alert_event by id
curl --request GET \
--url https://api.rootly.com/v1/alert_events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4fee31b0-9b47-420c-8d5e-888eb191cc89",
"type": "alert_events",
"attributes": {
"kind": "note",
"source": "api",
"action": "created",
"details": "test note",
"user": {
"id": 1,
"ability_cache": null,
"accept_marketing": true,
"accept_terms": true,
"created_at": "2026-01-03T21:24:03.164-08:00",
"created_through_sso": false,
"current_team_id": 1,
"deleted_at": null,
"email": "[email protected]",
"external_id": null,
"first_name": "Julieta",
"has_impersonate_write_permission": false,
"how_did_you_hear_about_us": null,
"incidents_backfilled_count": 0,
"incidents_count": 0,
"incidents_example_count": 0,
"incidents_normal_count": 0,
"incidents_scheduled_count": 0,
"incidents_test_count": 0,
"is_super_admin": false,
"jti": "c1088c96-2ffb-4692-b0a9-73480da52395",
"last_name": "Streich",
"last_notification_email_sent_at": null,
"last_seen_at": null,
"locale": "en",
"onboarding_completed": true,
"opsgenie_id": null,
"pagerduty_id": null,
"profile_photo_id": null,
"push_notification_new_alert_sound": "default",
"push_notification_new_alert_volume": 1,
"push_notification_shift_ends_sound": "soft_bloob",
"push_notification_shift_starts_sound": "soft_bloob",
"scim_uid": null,
"service_user": false,
"session_token": null,
"skip_tutorial": false,
"teams_count": 1,
"theme": "light_v2",
"time_zone": "UTC",
"updated_at": "2026-01-03T21:24:03.642-08:00",
"victor_ops_id": null,
"view_multiple_schedules": true
},
"user_id": 1,
"incident": null,
"schedule": null,
"escalation_level": null,
"escalation_target_type": null,
"escalation_target": null,
"slack_channel": null,
"incident_ids": [],
"created_at": "2026-01-03T21:24:04.525-08:00",
"updated_at": "2026-01-03T21:24:04.525-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4fee31b0-9b47-420c-8d5e-888eb191cc89",
"type": "alert_events",
"attributes": {
"kind": "note",
"source": "api",
"action": "created",
"details": "test note",
"user": {
"id": 1,
"ability_cache": null,
"accept_marketing": true,
"accept_terms": true,
"created_at": "2026-01-03T21:24:03.164-08:00",
"created_through_sso": false,
"current_team_id": 1,
"deleted_at": null,
"email": "[email protected]",
"external_id": null,
"first_name": "Julieta",
"has_impersonate_write_permission": false,
"how_did_you_hear_about_us": null,
"incidents_backfilled_count": 0,
"incidents_count": 0,
"incidents_example_count": 0,
"incidents_normal_count": 0,
"incidents_scheduled_count": 0,
"incidents_test_count": 0,
"is_super_admin": false,
"jti": "c1088c96-2ffb-4692-b0a9-73480da52395",
"last_name": "Streich",
"last_notification_email_sent_at": null,
"last_seen_at": null,
"locale": "en",
"onboarding_completed": true,
"opsgenie_id": null,
"pagerduty_id": null,
"profile_photo_id": null,
"push_notification_new_alert_sound": "default",
"push_notification_new_alert_volume": 1,
"push_notification_shift_ends_sound": "soft_bloob",
"push_notification_shift_starts_sound": "soft_bloob",
"scim_uid": null,
"service_user": false,
"session_token": null,
"skip_tutorial": false,
"teams_count": 1,
"theme": "light_v2",
"time_zone": "UTC",
"updated_at": "2026-01-03T21:24:03.642-08:00",
"victor_ops_id": null,
"view_multiple_schedules": true
},
"user_id": 1,
"incident": null,
"schedule": null,
"escalation_level": null,
"escalation_target_type": null,
"escalation_target": null,
"slack_channel": null,
"incident_ids": [],
"created_at": "2026-01-03T21:24:04.525-08:00",
"updated_at": "2026-01-03T21:24:04.525-08:00"
}
}
}