list_incident_workflows
Retrieve incident workflows with optional filters by name, limit, and additional details like steps or team.
Instructions
List incident workflows with optional filtering.
Args:
limit: Maximum number of results to return. Maximum is 100. Default 100.
query: Filters the result, showing only the records whose name matches the query.
include: Array of additional details to include. Options: 'steps', 'team'.
Returns:
List of IncidentWorkflow objects matching the query parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| include | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |