# Get the history of account status changes for a specific account. **GET /accounts/{account_id}/audit_trails/account_status_changes** ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **account_id** (string) Account ID ## Responses ### 200 Array of historical Account Status and Account Status Subtypes, and when they occurred. #### Body: application/json (object) - **results** (array[object] | null) An array of information for all account status changes within the requested range. ### 401 Unauthorized. ### 403 Forbidden. ### 404 Account not found ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)