---
title: "Get customer report in CSV format."
method: GET
path: "/app/{app_id}/customers_csv"
tags: ["apps"]
---

# Get customer report in CSV format.

`GET /app/{app_id}/customers_csv`

Generate and return a CSV report of all customers for a specific app, including metadata and instance information.

Required RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read

## Path parameters

- `app_id` string, required

## Query parameters

- `sortColumn` string
- `sortDesc` boolean
- `customerName` string

## Response `200`

ListAppCustomersCsvResponse contains the list of customers

## Other responses

- `400` — Returned on bad input

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
