# Get project notifications **GET /data/projects/{project_id}/notifications** Retrieve notifications for tasks related to a project. Useful for sync. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string) ## Responses ### 200 All notifications to tasks related to given project #### Body: application/json (object) - **data** (array[object]) - **limit** (integer) - **page** (integer) - **is_more** (boolean) [Powered by Bump.sh](https://bump.sh)