# Get a workflow **GET /api/v1/workflow/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the account - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the workflow - **type** (string) The type of workflow. - **tasks_count** (integer) The number of tasks on the workflow. [Powered by Bump.sh](https://bump.sh)