---
title: "List All Ticket Audits"
method: GET
path: "/api/v2/ticket_audits"
tags: ["Ticket Audits"]
---

# List All Ticket Audits

`GET /api/v2/ticket_audits`

Returns ticket audits. Archived tickets are not included in the response. Use the [List Audits for a Ticket](#list-audits-for-a-ticket) endpoint to
retrieve audit records for an archived ticket. To learn more about archived tickets, see [About archived tickets](https://support.zendesk.com/hc/en-us/articles/203657756).

This endpoint should not be used for capturing change data. When continually chasing the tail of a cursor, some records will be skipped. For this use case, use the [Incremental Ticket Event Export API](/api-reference/ticketing/ticket-management/incremental_exports/#incremental-ticket-event-export).

#### Allowed For

* Admins

## Query parameters

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

## Response `200`

Success response

- TicketAuditsResponse
  - `after_cursor` string
  - `after_url` string
  - `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
  - `before_cursor` string
  - `before_url` string

---

[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)
