---
title: "Reads all Comments"
method: GET
path: "/api/2026-07-01/resources/posts/comments"
tags: ["Posts > Comment"]
---

# Reads all Comments

`GET /api/2026-07-01/resources/posts/comments`

Reads all Comments

## Query parameters

- `post_ids[]` string[], required — identifiers of the post
- `ids[]` string[] — identifiers of the comment

## Response `200`

OK

- object
  - `data` PostsComment[]
    - `id` string, required — identifier of the comment
    - `post_id` string, required — identifier of the post
    - `author_id` string, required — author identifier refers to the employee access, you can get the employee from the employee endpoint
    - `text` string, required — text of the comment
    - `created_at` string, required — date of the comment
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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