---
title: "List comments"
method: GET
path: "/api/sessions/{session_id}/comments"
tags: ["Sessions"]
---

# List comments

`GET /api/sessions/{session_id}/comments`

## Path parameters

- `session_id` string, required

## Response `200`

Undescribed

- object[]
  - `id` string, required
  - `sessionItemId` string, required
  - `userId` string, required
  - `content` string, nullable, required
  - `createdAt` string, date, required
  - `updatedAt` string, date, nullable, required
  - `deletedAt` string, date, nullable, required
  - `deletedBy` string, nullable, required
  - `score` object, nullable, required
    - `id` string, required
    - `sessionItemId` string, required
    - `name` string, required
    - `value` unknown
    - `commentId` string, nullable, required
    - `createdBy` string, required
    - `createdAt` string, date, required
    - `updatedAt` string, date, required
    - `deletedAt` string, date, nullable, required
    - `deletedBy` string, nullable, required

## Other responses

- `404` — Undescribed

---

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