Skip to main content

Overview

The list_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

query
string
Filter workflows by name. Performs a partial match search.Example: "notification"
include
array
Include additional details in the response. Available options:
  • steps - Include the workflow steps configuration
  • team - Include team information
Example: ["steps", "team"]
limit
integer
default:"100"
Maximum number of results to return. Must be between 1 and 100.Example: 50

Response

Returns a list of incident workflow objects.
response
array
Array of incident workflow objects

Example Usage

"Show me all incident workflows"

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

Build docs developers (and LLMs) love