---
title: "GET /requests/{id}/comments"
method: GET
path: "/requests/{id}/comments"
tags: ["requests"]
---

# GET /requests/{id}/comments

`GET /requests/{id}/comments`

Returns a list of comments for a specific request.

## Path parameters

- `id` string, uuid, required

## Response `200`

A list of comments associated with the specified request.

- RequestCommentList — A paginated list of request comments
  - `comments` RequestComment[], required
    - `created_at` string, date-time, required — The date and time the comment was created.
    - `request_id` string, uuid, required — The unique identifier of the request the comment is associated with.
    - `user_id` string, uuid, required — The unique identifier of the user who made the comment.
    - `user_full_name` string — The user's full name.
    - `user_email` string — The user's email address.
    - `comment` string, required — The content of the comment.

---

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