searchWorkflowsForRequest

View as Markdown

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

NameTypeRequiredDescription
workspaceIdintegerYesWorkspace ID the workflows belong to
namestringNoOptional substring filter; matched case-insensitively against automation name OR description. Omit (or pass empty) for u
pageintegerNo1-indexed page number. Default: 1.
pageSizeintegerNoPage size, 1–25. Values outside this range return 400 (not clamped). Default: 25.