# Get open projects **GET /data/user/projects/open** Retrieve open projects for which the current user has at least one task assigned. Optionally filter by project name. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **name** (string) Filter projects by name ## Responses ### 200 Open projects with assigned tasks for current user #### Body: application/json (array[object]) - **id** (string(uuid)) Project unique identifier - **name** (string) Project name - **description** (string) Project description - **status** (string) Project status - **fps** (number) Frames per second - **ratio** (string) Aspect ratio - **resolution** (string) Project resolution - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)