Skip to main content

Hi there,


Couldn’t find an endpoint in API reference to retrieve the json response in the link below, only the link itself.


https://company.pagerduty.com/incidents/XXXXXXXXXXXXXX/log_entries/XXXXXXXXXXXXXXXXXXXXXXXXXX


Any ideas to get the desired info? Thanks.

Hello @avanci!

First you need to list the log entries for the incident and then you can get the details for that log entry by passing its ID as a parameter and getting the json response in return.


Still, according to the tests I ran in my environment and the REST API documentation, when you list the log entries you already receive the full details for each log entry in the json payload. Please double check on your side but I believe you can skip the second request.


Let me know if this helps.


Reply