Overview
Theget_incident_workflow tool retrieves detailed information about a specific incident workflow, including its configuration, steps, and team associations.
This is a read-only tool that does not modify any data in your PagerDuty account.
Parameters
The unique identifier of the incident workflow to retrieve.Example:
"PZYX123"Response
Returns a detailed incident workflow object.The unique identifier of the incident workflow
Always returns
"incident_workflow"A descriptive name for the incident workflow
A description of what the incident workflow does
Indicates whether the incident workflow is currently enabled. Disabled workflows will not execute.
Team reference. If specified, workflow edit permissions are scoped to members of this team.
The ordered list of steps that execute sequentially as part of the workflow.
A short-form, server-generated description
The API URL at which this workflow is accessible
The URL at which this workflow is accessible in the PagerDuty web UI
The timestamp this incident workflow was created
Example Usage
Use Cases
- Review workflow configuration - Examine the complete setup of a workflow
- Understand workflow steps - See what actions will be performed when the workflow executes
- Verify team permissions - Check which team can edit this workflow
- Audit automation - Review the specific actions and inputs configured
- Debug workflows - Troubleshoot workflow behavior by examining configuration
Response Example
Related Tools
- List Incident Workflows - Retrieve all workflows
- Start Incident Workflow - Manually trigger a workflow
- Get Incident - View incident details