get_incident_timeline
Get the chronological activity timeline for a PagerDuty incident by providing its ID. Includes status changes, notes, and acknowledgements, returning log entries and total count.
Instructions
Get incident activity timeline (all status changes, notes, acknowledgements).
Args: incident_id: PagerDuty incident ID
Returns: Dict with keys: - timeline: List of log entries (chronological) - total: Count of entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |