---
title: "GET /v1/credits/invoices"
method: GET
path: "/v1/credits/invoices"
tags: ["Credits"]
---

# GET /v1/credits/invoices

`GET /v1/credits/invoices`

## Response `200`

Ok

- union
  - ResultSuccessPTBInvoiceArray
    - `data` PTBInvoice[], required
      - `id` string, required
      - `organizationId` string, required
      - `stripeInvoiceId` string, nullable, required
      - `hostedInvoiceUrl` string, nullable, required
      - `startDate` string, required
      - `endDate` string, required
      - `amountCents` number, double, required
      - `subtotalCents` number, double, nullable, required
      - `notes` string, nullable, required
      - `createdAt` string, required
    - `error` null, nullable, required
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required

---

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