# Get all projects **GET /data/projects/all** Return all projects listed in database. Ensure that user has at least the manager level before that. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **name** (string) Filter projects by name ## Responses ### 200 All projects listed in database #### Body: application/json (array[object]) - **id** (string(uuid)) Project unique identifier - **name** (string) Project name - **project_status_id** (string(uuid)) Project status unique identifier [Powered by Bump.sh](https://bump.sh)