# Get open projects **GET /data/projects/open** Return the list of projects currently running. Most of the time, past projects are not needed. ## 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 running projects #### 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)