get_flow
Retrieve a specific Directus flow by ID, with the option to include its operations. Use this to inspect or debug a particular automation flow.
Instructions
Get a specific flow by ID with optional operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Flow ID | |
| include_operations | No | Include flow operations in response |