# Get open projects news **GET /data/projects/news** Returns the latest news and activity feed from all projects the user has access to. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **project_id** (string(uuid)) Filter news by specific project - **before** (string(date)) Filter news before this date - **after** (string(date)) Filter news after this date - **page** (integer) Page number for pagination - **limit** (integer) Number of news items per page - **person_id** (string(uuid)) Filter news by specific team member - **task_type_id** (string(uuid)) Filter news by task type - **task_status_id** (string(uuid)) Filter news by task status - **episode_id** (string(uuid)) Filter news by specific episode - **only_preview** (boolean) Show only news related to preview uploads ## Responses ### 200: News feed successfully retrieved #### Body Parameters: application/json (object) - **data** (array[object]) Array of news items - **stats** (object) News statistics - **total** (integer) Total number of news items [Powered by Bump.sh](https://bump.sh)