---
title: "Get post comments"
method: GET
path: "/social/post/{urn}/comments"
tags: ["social"]
---

# Get post comments

`GET /social/post/{urn}/comments`

Fetch comments on a LinkedIn post

## Path parameters

- `urn` string, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

List of comments

- object
  - `comments` SocialComment[], required
    - `commentary` string
    - `commenter` SocialCommenter
      - `image` string
      - `linkedin_url` string
      - `linkedin_id` string
      - `name` string
    - `created_at` string
    - `num_reactions` integer
    - `num_comments` integer
    - `reaction_type_counts` SocialReactionTypeCount[]
      - `count` integer
      - `reaction_type` string
    - `comments` SocialComment[] — Nested reply comments
  - `totalCount` integer
  - `pages` integer
  - `paginationToken` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `5XX` — Unexpected error

---

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