# Device type stats **GET /accounts/{account_id}/devices** Fetch statistics regarding different device types Available on: ![AuditGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/audit-off.png) ![AlertGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/active-off.png) ![PremiumGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/premium-on.png) ![EliteGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/elite-on.png) ## Servers ## Parameters ### Path parameters - **account_id** (string) ID of an account ### Query parameters - **period** (string) Period to fetch stats for ## Responses ### 200 Successful operation #### Body: (array[object]) - **device_type** (string) The device type referencing the stats - **total_clicks** (number) Total number of clicks in the chosen period - **suspicious_clicks** (number) Total number of suspicious clicks in the chosen period - **flagged_clicks** (number) Total number of flagged clicks in the chosen period - **invalid_clicks** (number) Total number of invalid clicks in the chosen period [Powered by Bump.sh](https://bump.sh)