---
title: "List comments"
method: GET
path: "/action_item/{id}/comments"
tags: ["Action Item Comment"]
---

# List comments

`GET /action_item/{id}/comments`

List all comments on an action item.

## Path parameters

- `id` string, required

## Response `200`

A list of comments.

- object
  - `results` Comment[]
    - `id` string — The comment ID.
    - `author` string — The comment author.
    - `content` string — The comment text.
    - `created_at` string, date-time — Creation timestamp.

## Other responses

- `4XX` — Client error responses due to invalid input, missing parameters, or unauthorized access. Request validation errors use a different shape: ```json { "type": "ValidationError", "errors": [{ "message": "body must have required property 'defer_until'" }] } ```
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
