---
title: "Export tickets as CSV"
method: GET
path: "/tickets/csv-export"
tags: ["Ticket"]
---

# Export tickets as CSV

`GET /tickets/csv-export`

Streams the project's tickets as a CSV download (`tickets.csv`, `text/csv`). Columns come from the ticket
type's export fields; pass `type` (defaults to `BUG`; a comma-separated list such as `BUG,INQUIRY,BOT`
exports several boards — `BOT` is the Kai conversations lane — with their columns merged) and optionally
`projection[]` to pick specific fields. Supports `startDate`/`endDate` plus the usual ticket filters. For
a JSON export use GET /tickets/export instead.

Like GET /tickets/export, this includes archived tickets by default (`ignoreArchived` is accepted and
ignored) and exports ticket records only, not their conversations. Retention limits which conversations
still exist — see GET /tickets.

## Headers

- `project` string, required

## Response `200`

Ok

- unknown

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
