list_incidents
Retrieve PagerDuty incidents with optional filters for status, urgency, and result limit to monitor and manage alerts.
Instructions
List PagerDuty incidents with optional filters.
Args: status: Filter by status (triggered, acknowledged, resolved) urgency: Filter by urgency (high, low) limit: Maximum number of incidents to return (default: 25, max: 100)
Returns: Dict with keys: - incidents: List of incident summaries - total: Total count - statuses_available: Valid status values - urgencies_available: Valid urgency values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| urgency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |