---
title: "Retrieve Bill Reporting View Set"
method: GET
path: "/v2/consumers/{consumer_id}/bill-reporting/"
tags: ["billReporting"]
---

# Retrieve Bill Reporting View Set

`GET /v2/consumers/{consumer_id}/bill-reporting/`

1) Validate the Request Token and get the Partner
2) Get the Bill Reporting for the consumer associated with the request
3) Return the Bill Reporting info

## Path parameters

- `consumer_id` string, required

## Query parameters

- `search` string

## Headers

- `Authorization` string, required

## Response `200`

- BillReporting
  - `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)
