---
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`) and optionally `projection[]` to pick specific
fields. Supports `startDate`/`endDate` plus the usual ticket filters. For a JSON export use
GET /tickets/export instead.

## Headers

- `project` string, required

## Response `200`

Ok

- unknown

---

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