searchWorkflowsForRequest
Search workflows that can be fired against a ticket.
Find a workflow (also called runbook or request automation) in a workspace by name. Use this when the user asks to find, list, show, discover, or pick a workflow/runbook/automation for a ticket.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
workspaceId | integer | Yes | Workspace ID the workflows belong to |
name | string | No | Optional substring filter; matched case-insensitively against automation name OR description. Omit (or pass empty) for u |
page | integer | No | 1-indexed page number. Default: 1. |
pageSize | integer | No | Page size, 1–25. Values outside this range return 400 (not clamped). Default: 25. |
