# /systems/{id}/inventory/changes/latest - Get latest inventory changes **GET /systems/{id}/inventory/changes/latest** Get the changes summary scoped to the most recent inventory batch only. The `recent_changes` field equals `total_changes` since all changes are from the latest batch. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string) System ID ## Responses ### 200 Latest inventory changes summary retrieved successfully. Returns null when no inventory is available (not an error condition). #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) Changes summary for the latest inventory batch, or null if no inventory exists ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)