# Get Borrower History **GET /v1/borrowers/{borrower_id}/get_history** Retrieves all historical changes to the status of a borrower, with their effective date ## Servers - Production Server: https://lms.kordev.io (Production Server) - Sandbox Server: https://sandbox.lms.kordev.io (Sandbox Server) ## Parameters ### Path parameters - **borrower_id** (string) ### Query parameters - **calculation_date** (null | string) Status will be calculated as it was on this date. Format: YYYY-MM-DD will be considered as end of day. ## Responses ### 200 OK #### Body: application/json (object) - **borrower_id** (string) - **calculation_date** (string(date-time)) The status shown corresponds to this date - **records** (array[object] | null) When replaying the borrower's history a record is generated for every change in the status ### 400 Bad Request #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. ### 404 Not Found #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. ### 409 Conflict #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. ### 500 Internal Server Error #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. [Powered by Bump.sh](https://bump.sh)