# Get filters **GET /data/user/filters** Retrieve filters for the current user limited to open projects only. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200 Filters for current user and only for open projects #### Body: application/json (array[object]) - **id** (string(uuid)) Filter unique identifier - **name** (string) Filter name - **query** (string) Filter query JSON - **list_type** (string) List type - **entity_type** (string) Entity type - **project_id** (string(uuid)) Project identifier - **is_shared** (boolean) Whether filter is shared - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)