---
title: "Get invoice"
method: GET
path: "/v2/invoices/{invoiceId}"
tags: ["Invoices API"]
---

# Get invoice

`GET /v2/invoices/{invoiceId}`

Retrieve a single invoice by its ID.

If you want to retrieve the details of an invoice by its invoice number,
call the [List invoices](list-invoices) endpoint with the `reference` parameter.

## Headers

- `idempotency-key` string

## Response `200`

The invoice object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

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