# Get project latest news **GET /data/projects/{project_id}/news** Get the 50 latest news object (activity feed) for a project ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Unique identifier of the project #### Query parameters - **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: All news related to given project #### Body Parameters: application/json (object) - **data** (array[object]) - **stats** (object) ### 404: Project not found [Powered by Bump.sh](https://bump.sh)