---
title: "List request comments"
method: GET
path: "/support/v1/tickets/{ticketId}/comments"
tags: ["Support Requests"]
---

# List request comments

`GET /support/v1/tickets/{ticketId}/comments`

Returns all comments on a support request. For customers, only public
comments are returned. For DoiT employees, both public and private
comments are returned. All comments are returned in a single response
(no pagination).

## Path parameters

- `ticketId` integer, required

## Response `200`

OK - List of comments returned.

- CommentsResponseExtAPI — Response containing all comments on a support ticket.
  - `comments` CommentExtAPI[]
    - `id` integer — Comment ID.
    - `body` string — The text content of the comment.
    - `author` string — Email address of the comment author.
    - `created` integer — The time when this comment was created, in milliseconds since the epoch.
    - `attachments` object[] — File attachments on the comment.
      - `id` integer
      - `file_name` string
      - `content_url` string

## Other responses

- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.net/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.net/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/versions/9416402fc119/schema)
