---
title: "GET /loans"
method: GET
path: "/loans"
tags: ["Loan"]
---

# GET /loans

`GET /loans`

List loans with pagination. Returns a paginated list of loans filterable by borrower, status, dates, and loan type.

## Query parameters

- `borrower` string[]
- `contractual_repayment_date_from` string, date-time
- `contractual_repayment_date_to` string, date-time
- `cursor` string
- `guarantee_called` boolean
- `guarantor` string
- `id` string[]
- `loan_type` string[]
- `page_size` integer
- `postponed` boolean
- `query` string
- `sort_by` string
- `status` string[]
- `to_pay_at_from` string, date-time
- `to_pay_at_to` string, date-time
- `to_repay_at_from` string, date-time
- `to_repay_at_to` string, date-time
- `to_repay_at_within_days` integer

## Response `200`

OK

---

[API](https://skmtc.net/getdefacto/apis/api-reference.md) · [All operations](https://skmtc.net/getdefacto/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdefacto/api-reference/revisions/0a9c1f8784f2/schema)
