Overview
Thelist_incident_workflows tool retrieves all incident workflows configured in your PagerDuty account. Incident workflows are automated sequences of actions that execute when triggered, helping teams standardize incident response processes.
This is a read-only tool that does not modify any data in your PagerDuty account.
Parameters
Filter workflows by name. Performs a partial match search.Example:
"notification"Include additional details in the response. Available options:
steps- Include the workflow steps configurationteam- Include team information
["steps", "team"]Maximum number of results to return. Must be between 1 and 100.Example:
50Response
Returns a list of incident workflow objects.Array of incident workflow objects
Example Usage
Use Cases
- Audit workflows - Review all automated workflows configured in your account
- Discover automation - Find workflows by name or description
- Review workflow steps - Examine the actions performed by each workflow
- Check team permissions - See which teams can edit specific workflows
- Verify workflow status - Identify which workflows are currently enabled
Related Tools
- Get Incident Workflow - Retrieve a specific workflow by ID
- Start Incident Workflow - Manually trigger a workflow on an incident
- List Incidents - View incidents that may trigger workflows