didit_workflow_get_graph
Fetch the workflow graph structure (nodes, branches, conditions, steps) along with status, version, and editability. Large configs are summarized unless include_config is set.
Instructions
Get the node/graph for a workflow (the structure: nodes, branches, conditions, Document-AI steps) + status/version/is_editable. Large feature configs (documents_allowed, poa_documents_allowed, phone countries) are SUMMARIZED by default so the response never overflows — set include_config:true for the raw config. Pass just workflow_id; the owning org/app is resolved automatically. To MODIFY the graph, prefer didit_workflow_edit_graph (small ops, no need to resend big configs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow version uuid or stable workflow_id | |
| include_config | No | Return full feature configs verbatim (default false → summarized). Can be very large. | |
| organization_id | No | Organization UUID (from didit_org_list). Optional if your token has a single/default org. | |
| application_id | No | Application UUID (from didit_org_list_applications). Optional if a default application is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||