---
title: "List Deleted Tickets"
method: GET
path: "/api/v2/deleted_tickets"
tags: ["Tickets"]
---

# List Deleted Tickets

`GET /api/v2/deleted_tickets`

Returns a maximum of 100 deleted tickets per page. See [Pagination](/api-reference/introduction/pagination/).

The results includes all deleted (and not yet archived) tickets that
have not yet been [scrubbed](https://support.zendesk.com/hc/en-us/articles/4408845703194#topic_fv5_w51_sdb) in the past 30 days. Archived tickets are
not included in the results. See [About archived tickets](https://support.zendesk.com/hc/en-us/articles/203657756)
in the Support Help Center.

The tickets are ordered chronologically by created date, from oldest to newest.
The first ticket listed may not be the oldest ticket in your
account due to [ticket archiving](https://support.zendesk.com/hc/en-us/articles/203657756).

#### Pagination

- Cursor pagination (recommended)
- Offset pagination

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

Returns a maximum of 100 records per page.

#### Allowed For

* Agents

#### Rate Limit

You can make 10 requests every 1 minute using this endpoint.
When making requests beyond page 100, you can make 5 requests every 1 minute.
The rate limiting mechanism behaves as described in
[Monitoring your request activity](/api-reference/ticketing/account-configuration/usage_limits/#monitoring-your-request-activity) in the API introduction.

## Query parameters

- `sort_by` 'id' | 'subject' | 'deleted_at'
- `sort_order` 'asc' | 'desc'
- `page[before]` string
- `page[after]` string
- `page[size]` integer

## Response `200`

Successful response

- ListDeletedTicketsResponse
  - `deleted_tickets` object[]
    - `actor` object
      - `id` integer
      - `name` string
    - `deleted_at` string
    - `id` integer
    - `previous_state` string
    - `subject` string
  - `count` integer — the total record count
  - `next_page` string, url, nullable — the URL of the next page
  - `previous_page` string, url, nullable — the URL of the previous page

## Changes

> 29 revisions in range; 1 not diffed.

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

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/deleted_tickets/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)
