list_action_instances
List ServiceNow Flow Designer action instances. Pass a flow_id to view only that flow's steps, or query across the environment.
Instructions
List Flow Designer action instances. Pass flow_id to scope to a single flow's steps (recommended); otherwise lists across the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 50) | |
| query | No | Search actions by name or category | |
| flow_id | No | Parent flow sys_id (sys_hub_flow). Returns only that flow's action instances. | |
| category | No | Filter by action category (e.g., "ServiceNow Core", "Integrations") |