---
title: "List Billing Documents"
method: GET
path: "/v1/billing-documents"
tags: ["Billing Documents"]
---

# List Billing Documents

`GET /v1/billing-documents`

List billing documents for a company

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage invoices (`invoices`) | View invoices (`invoices:read`) | Manage invoices (`invoices:write`) |

## Query parameters

- `period` string
- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- BillingDocumentsResponse — Information about a list of billing documents
  - `data` object, required
    - `billing_documents` object[], required
      - `bill_from` string, nullable — The entity issuing the billing document. Null if not applicable.
      - `billing_document_period` string — The billing period in YYYY-MM format.
      - `billing_document_type` 'reconciliation_invoice' | 'prefunding_invoice' | 'supplemental_service_invoice' | 'reconciliation_credit_note'
      - `id` string — The unique identifier (UUID) of the billing document.
    - `current_page` integer, required — The current page among all of the total_pages
    - `total_count` integer, required — The total number of records returned counting all pages
    - `total_pages` integer, required — The total number of pages the user can go through

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
