# Latest Subscription's consumption report **GET /subscriptions/:subscriptionID/activity/latest** Retrieve the latest consumption report for a Subscription * Note: Consumption reports are updated automatically every hour. ## Servers - Production: https://zim.api.zimconnections.com (Production) - Sandbox: https://zim.api.dev.zimconnections.com (Sandbox) ## Authentication methods - Oauth2 ## Parameters ### Query parameters - **subscriptionID** (string) ID of the Subscription ## Responses ### 200 Consumption report fetched successfully #### Body: application/json (object) - **currentBalanceBytes** (number) The current balance in bytes for the Subscription - **spentBalanceBytes** (number) The spent balance in bytes for the Subscription - **initialBalanceBytes** (number) The initial balance in bytes for the Subscription - **lastUpdatedAt** (number) The report's last update Unix epoch timestamp [Powered by Bump.sh](https://bump.sh)