opsgenie_incident_responders

Join table between incidents and responders. A responder can be a user or a team

id

Primary key
Unique identifier for the row

incident_id

Foreign key
ID of the incident associated with the responder

responder_id

Foreign key
ID of the team or user associated with the incident

responder_type

string
'Team' or 'User'