---
title: "List Audits for a Ticket"
method: GET
path: "/api/v2/tickets/{ticket_id}/audits"
tags: ["Ticket Audits"]
---

# List Audits for a Ticket

`GET /api/v2/tickets/{ticket_id}/audits`

Lists the audits for a specified ticket.

#### Pagination

- Cursor pagination (recommended)
- Offset pagination

See [Pagination](/api-reference/introduction/pagination/).

Returns a maximum of 100 records per page.

**Note**: Audits for [Archived Tickets](https://support.zendesk.com/hc/en-us/articles/4408887617050) do not support pagination for this endpoint.

#### Allowed for

* Agents

## Query parameters

- `page[before]` string
- `page[after]` string
- `page[size]` integer

## Response `200`

OK response

- TicketAuditsResponseNoneCursor
  - `audits` TicketAuditObject[]
    - `author_id` integer — The user who created the audit
    - `created_at` string, date-time — The time the audit was created
    - `events` object[] — An array of the events that happened in this audit. See the [Ticket Audit events reference](/documentation/ticketing/reference-guides/ticket-audit-events-reference)
    - `id` integer — Automatically assigned when creating audits
    - `metadata` object — Metadata for the audit, custom and system data
    - `ticket_id` integer — The ID of the associated ticket
    - `via` TicketAuditViaObject — Describes how the object was created. See the [Via object reference](/documentation/ticketing/reference-guides/via-object-reference)
      - `channel` string — This tells you how the ticket or event was created. Examples: "web", "mobile", "rule", "system"
      - `source` object — For some channels a source object gives more information about how or why the ticket or event was created
  - `count` integer
  - `next_page` string, nullable
  - `previous_page` string, nullable

## Changes

> 29 revisions in range; 1 not diffed.

- **2025-06-12** `edbf399da815` — 1 info
  - added the new optional `query` request parameter `page[before]`

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/tickets/:ticket_id/audits/get.md)

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
