---
title: "Retrieve an order invoice"
method: GET
path: "/v1/orders/{id}/invoice/"
tags: ["Orders"]
---

# Retrieve an order invoice

`GET /v1/orders/{id}/invoice/`

The endpoint returns an order invoice.

## Response `200`

- OrderGroupInvoice
  - `id` string, uuid, required — Unique identifier of the order group invoice
  - `order_group_id` string, uuid, required — Unique identifier of the order group
  - `file` string, uri, nullable, required — Invoice file URL
  - `status` 'pending' | 'success' | 'error', required — Invoice status
  - `created_at` string, date-time, required — Datetime when the invoice was created (ISO 8601)
  - `updated_at` string, date-time, required — Datetime when the invoice was updated (ISO 8601)

## Other responses

- `401` — HTTP 401 Unauthorized
- `403` — HTTP 403 Forbidden
- `404` — HTTP 404 Not Found

---

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