# Render a tree of the structure of the workflow. **GET /api/v1/workflow/{workflow_uuid}/tree** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **workflow_uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **name** (string) The name of the task. - **sub_tasks** (array[object]) The sub tasks of the workflow task. - **trigger_tasks_count** (integer) The number of tasks this task will trigger when it is added to the workflow. [Powered by Bump.sh](https://bump.sh)