Short answer: You can list pagerduty incidents in PagerDuty by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the PagerDuty List PagerDuty Incidents action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Status statuses[] | options | Optional | Status. Options: Triggered, Acknowledged, Resolved |
Limit limit | string | Optional | Limit. e.g. "25" |
Sort By sort_by | options | Optional | Sort By. Options: Newest first, Oldest first |
{"statuses[]": "{{trigger.statuses[]}}","limit": "25","sort_by": "{{trigger.sort_by}}"}
{"incidents": [{"id": "PT4KHLK","title": "API down","status": "triggered","urgency": "high","incident_number": 1234}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.