---
title: "GET /installments"
method: GET
path: "/installments"
tags: ["Payment"]
---

# GET /installments

`GET /installments`

List installements. Filter by loan or various dates to find what you're looking for.

## Query parameters

- `cursor` string
- `installment_plan_ids` string[]
- `loan_ids` string[]
- `page_size` integer
- `paid_at_gt` string, date-time
- `paid_at_lt` string, date-time
- `to_pay_at_gt` string, date-time
- `to_pay_at_lt` string, date-time
- `updated_at_gt` string, date-time
- `updated_at_lt` string, date-time

## 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)
