# Get Borrower Status **GET /v1/borrowers/{borrower_id}/get_status** Retrieve the detailed status of a borrower with all loans and payments, as it was at a given calculation 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 - **loans** (array[object] | null) - **payments** (array[object] | null) - **request_id** (string) - **summary** (object) The Summary section includes useful aggregated metrics that describe the borrower's performance at a given calculation date ### 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)