Skip to main content

Hi, I need help on getting all the log entries of the alerts triggers only from my team( SQL team ). Any information on this will be really helpful for me

Hello @praveen reddy 1!


The easiest way to achieve this, I believe, is to leverage the List Incidents REST API endpoint and pass the parameter first_trigger_log_entries to include[]. This will list the event that trigger this incident in the first place.


In this endpoint you can either opt to pass in the list of services that belong to your team (service_ids[]), or pass in your team id (team_ids[]).


Let me know if this points you in the correct direction. Thanks!


Reply