---
title: "Get All Bill Reportings"
method: GET
path: "/v2/bill-reporting/"
tags: ["billReporting"]
---

# Get All Bill Reportings

`GET /v2/bill-reporting/`

1) Validate the Request Token, Get the Partner and Check if it's scoped
2) Get the list of Bill Reportings available for that token
3) Paginate and return the response

## Query parameters

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

## Headers

- `Authorization` string, required

## Response `200`

- BillReportingGetAllBillReportingsResponse200
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BillReporting[], required
    - `external_id` string, uuid
    - `bills_reported` BillReportingBillsReportedItems[], required
      - `external_id` string, uuid
      - `name` string, required
      - `category` 'rent' | 'utility' | 'telco' | 'other', required
      - `account` string
      - `primary_residence` boolean
      - `attestation_signed` boolean
      - `attestation_date` string, date-time, nullable

---

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