---
title: "List project comments"
method: GET
path: "/projects/{project_id}/comments"
tags: ["Comments"]
---

# List project comments

`GET /projects/{project_id}/comments`

Retrieves a list of all comments in the project.

Requires <code>read_comments</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` number
- `page` number

## Response `200`

OK

- object
  - `project_id` string
  - `comments` Comments[]
    - `comment_id` number — A unique identifier of the comment.
    - `key_id` number — Identifier of a key, the comment is attached to.
    - `comment` string — The comment message.
    - `added_by` number — Identifier of a user, who has left the comment.
    - `added_by_email` string — E-mail of a user, who has left the comment.
    - `added_at` string — Date and time the comment was added.
    - `added_at_timestamp` number — Unix timestamp the comment was added.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
