---
title: "List Email CCs for a Ticket"
method: GET
path: "/api/v2/tickets/{ticket_id}/email_ccs"
tags: ["Tickets"]
---

# List Email CCs for a Ticket

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

Returns any users cc'd on the ticket.

#### Availability

The [CCs and Followers](https://support.zendesk.com/hc/en-us/articles/203690846) feature must be enabled in Zendesk Support.

If the feature is not enabled, the default CC functionality is used. In that case, use [List Collaborators](/api-reference/ticketing/tickets/tickets/#list-collaborators-for-a-ticket) to list the users cc'ed on the ticket.

#### Allowed For

* Agents

## Path parameters

- `ticket_id` integer, required

## Response `200`

Successful response

- ListTicketEmailCCsResponse

---

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