---
title: "List Ticket Subscribers"
method: GET
path: "/v2/tickets/{ticket_id}/subscribers"
tags: ["Ticket API"]
---

# List Ticket Subscribers

`GET /v2/tickets/{ticket_id}/subscribers`

List all subscribers for a ticket.

## Path parameters

- `ticket_id` string, required

## Response `200`

Success

- SvhelpPublicapiListTicketSubscribersResponse
  - `data` SvhelpPubapimodelsTicketSubscriber[]
    - `userId` string — The ID of the user who is subscribed to the ticket.
    - `canUnsubscribe` boolean — Whether the user can unsubscribe from the ticket. False for users who are automatically subscribed (e.g., requester, assignee, message authors).

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
