opsgenie_alert_responders
Join table between Opsgenie alerts and responders. A responder can be a user or a team
-
id
Primary key - Unique identifier for the row
-
alert_id
Foreign key - ID of the alert associated with the responder
-
responder_id
Foreign key - ID of the responder associated with the alert
-
responder_type
string - 'Team' or 'User'