hi, I am attempting to use the Opsgenie python API to fetch a list of alerts, but I only see the post request for creating notes and did not see a get request. Wondering would it default be in return body if notes were added or is there some ways to fetch notes?
Hi @tlyu you can fetch the notes with a GET request and using this endpoint:
https://docs.opsgenie.com/docs/alert-api-continued#list-alert-notes
Let me know if this helps
- Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.