---
title: "Get a single invoice as a CSV of invoice lines"
method: GET
path: "/organization/{organization_id}/invoice/{invoice_number}/csv"
tags: ["OrganizationBillingGroup"]
---

# Get a single invoice as a CSV of invoice lines

`GET /organization/{organization_id}/invoice/{invoice_number}/csv`

## Path parameters

- `organization_id` string, required
- `invoice_number` string, required

## Response `200`

Returns a CSV report

## Other responses

- `404` — Resource not found
- `501` — Server does not support this operation

---

[API](https://skmtc.dev/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.dev/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/722c06d35bb1/schema)
