---
title: "List Bill Payments View Sets"
method: GET
path: "/v2/bill-pay/bills/"
tags: ["billPayments"]
---

# List Bill Payments View Sets

`GET /v2/bill-pay/bills/`

List all bill payments for a specific bill

## Query parameters

- `page` integer
- `page_size` integer
- `search` string

## Headers

- `Authorization` string, required

## Response `200`

- BillPaymentsListBillPaymentsViewSetsResponse200
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` unknown[], required
    - unknown

---

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