---
title: "Get All Invoices"
method: GET
path: "/api/stripe/invoices/{organization_id}"
tags: ["Stripe"]
---

# Get All Invoices

`GET /api/stripe/invoices/{organization_id}`

Get a list of all invoices

## Path parameters

- `organization_id` string, uuid, required

## Response `200`

List of all invoices

- StripeInvoice[]
  - `created_at` string, date-time, required
  - `hosted_invoice_url` string, required
  - `id` string, uuid, required
  - `org_id` string, uuid, required
  - `status` string, required
  - `stripe_id` string, nullable
  - `total` integer, required

## Other responses

- `400` — Service error relating to getting all invoices

---

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