# Get filter group **GET /data/user/filter-groups/{filter_group_id}** Retrieve a specific filter group for the current user. Returns detailed information about the filter group. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **search_filter_group_id** (string(uuid)) Filter group unique identifier ## Responses ### 200: Filter group details #### Body Parameters: application/json (object) - **id** (string(uuid)) Filter group unique identifier - **name** (string) Filter group name - **color** (string) Filter group color - **list_type** (string) List type - **entity_type** (string) Entity type - **project_id** (string(uuid)) Project identifier - **is_shared** (boolean) Whether filter group is shared - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)