# Get Newsletter Message Updates **GET /newsletters/{jid}/updates** Get updates for messages in a newsletter including edits, reaction counts, and other changes. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **jid** (string) Newsletter JID ### Query parameters - **count** (integer) Maximum number of updates to retrieve - **since** (integer) Get updates since this timestamp ## Responses ### 200 Message updates retrieved #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)