PAGERDUTY_GET_INCIDENT_LOG_ENTRIES_BY_ID
Retrieves all log entries associated with a specific incident in PagerDuty. This endpoint provides a comprehensive history of actions, notifications, and status changes related to the incident. It should be used when detailed information about the lifecycle of an incident is needed, such as for post-incident reviews, auditing, or tracking the incident resolution process. The endpoint returns log entries in chronological order, allowing users to trace the incident's progression from creation to resolution. Note that the number of log entries returned may be large for long-running or complex incidents, so pagination might be necessary (though not specified in the given schema).
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"limit": {
"type": "integer",
"title": "Limit",
"description": "The number of results per page."
},
"since": {
"type": "string",
"title": "Since",
"description": "The start of the date range over which you want to search."
},
"total": {
"type": "boolean",
"title": "Total",
"default": false,
"description": "By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information. "
},
"until": {
"type": "string",
"title": "Until",
"description": "The end of the date range over which you want to search."
},
"offset": {
"type": "integer",
"title": "Offset",
"description": "Offset to start pagination search results."
},
"include": {
"enum": [
"incidents",
"services",
"channels",
"teams"
],
"type": "string",
"title": "Include",
"description": "Array of additional Models to include in response."
},
"time_zone": {
"type": "string",
"title": "Time Zone",
"description": "Time zone in which results will be rendered. This will default to the account time zone. "
},
"is_overview": {
"type": "boolean",
"title": "Is Overview",
"default": false,
"description": "If `true`, will return a subset of log entries that show only the most important changes to the incident. "
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty