---
title: "Export a single ticket for audit"
method: GET
path: "/tickets/{ticketId}/audit-export"
tags: ["Ticket"]
---

# Export a single ticket for audit

`GET /tickets/{ticketId}/audit-export`

Returns an audit-focused CSV export of one ticket: one row per event in strict chronological order with
the columns `timestamp, actor, actor_email, event_type, detail, content`. Covers messages, internal notes,
status/assignee/priority/tag changes and automated/system actions; routing (team/assignee) is included in
the `detail` text of the ticket-created and inbox-entered rows. Downloaded as `ticket_<bugId>_audit.csv`
(text/csv).

## Path parameters

- `ticketId` string, required

## 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/2bfe054193b5/schema)
