# Get all workflows **GET /api/v1/workflow** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [author, tasks_count]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, name]. Negative sign to denote DESC. Defaults to 'name'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## 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)