get_incident_workflow
Retrieve details of a specific incident workflow using its ID.
Instructions
Get a specific incident workflow.
Args:
workflow_id: The ID of the incident workflow to retrieve
Returns:
IncidentWorkflow details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for the incident workflow | |
| name | Yes | A descriptive name for the Incident Workflow | |
| self | No | The API show URL at which the object is accessible | |
| team | No | If specified then workflow edit permissions will be scoped to members of this team | |
| steps | No | The ordered list of steps that execute sequentially as part of the workflow | |
| summary | No | A short-form, server-generated string | |
| html_url | No | A URL at which the entity is uniquely displayed in the Web app | |
| created_at | No | The timestamp this Incident Workflow was created | |
| is_enabled | No | Indicates whether the Incident Workflow is enabled or not | |
| description | No | A description of what the Incident Workflow does |