get_flow_example
Return one reusable flow example by id, optionally with a complete action batch you can adapt and pass to apply_actions. Read-only, needs no API key. Call search_flow_examples first to find the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Required. Example id exactly as returned by search_flow_examples. | |
| includeSchemaExample | No | Set true to include the full action-batch example — much larger, but it is the part you adapt for apply_actions. Defaults to false. |