GET
/
v1
/
alert_events
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3a415813-9e14-4f20-b688-d2ce2ad706ec",
    "type": "alert_events",
    "attributes": {
      "kind": "note",
      "source": "api",
      "action": "created",
      "details": "test note",
      "user": {
        "id": 1,
        "email": "zachary_lynch@okeefe.example",
        "deleted_at": null,
        "created_at": "2025-04-18T09:44:17.289-07:00",
        "updated_at": "2025-04-18T09:44:21.551-07:00",
        "current_team_id": 1,
        "first_name": "Josefa",
        "last_name": "Turcotte",
        "time_zone": "UTC",
        "last_seen_at": null,
        "profile_photo_id": null,
        "ability_cache": null,
        "last_notification_email_sent_at": null,
        "accept_terms": true,
        "onboarding_completed": true,
        "service_user": false,
        "accept_marketing": true,
        "teams_count": 1,
        "created_through_sso": false,
        "scim_uid": null,
        "session_token": null,
        "incidents_example_count": 0,
        "incidents_test_count": 0,
        "incidents_normal_count": 0,
        "incidents_scheduled_count": 0,
        "incidents_backfilled_count": 0,
        "incidents_count": 0,
        "theme": "light_v2",
        "skip_tutorial": false,
        "external_id": null,
        "jti": "3f5b56dc-8635-4a4a-a52d-1f32dfe03ba0",
        "is_super_admin": false,
        "has_impersonate_write_permission": false,
        "view_multiple_schedules": true,
        "push_notification_new_alert_sound": "default",
        "push_notification_shift_starts_sound": "soft_bloob",
        "push_notification_shift_ends_sound": "soft_bloob",
        "how_did_you_hear_about_us": null,
        "opsgenie_id": null,
        "push_notification_new_alert_volume": 1,
        "victor_ops_id": null,
        "pagerduty_id": null
      },
      "user_id": 1,
      "incident": null,
      "schedule": null,
      "escalation_level": null,
      "escalation_target_type": null,
      "escalation_target": null,
      "slack_channel": null,
      "incident_ids": [],
      "created_at": "2025-04-18T09:44:19.870-07:00",
      "updated_at": "2025-04-18T09:44:19.870-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
alert_event found
data
object
required