---
title: "Get recommendation thread comments"
method: GET
path: "/api/v1/misc/facebook/recommendations/{recommendationId}/comments"
tags: ["misc"]
---

# Get recommendation thread comments

`GET /api/v1/misc/facebook/recommendations/{recommendationId}/comments`

## Path parameters

- `recommendationId` string, required

## Query parameters

- `teamId` string, required

## Response `200`

200

- object
  - `comments` object[], required
    - `id` string, required
    - `recommendationId` string, required
    - `rootObjectId` string, required
    - `parentCommentId` string, nullable
    - `authorName` string, nullable
    - `authorExternalId` string, nullable
    - `authorAvatarUrl` string, nullable
    - `text` string, nullable
    - `likesCount` number, required
    - `repliesCount` number, required
    - `canReply` boolean, nullable
    - `createdTime` string, date-time, nullable
  - `total` number, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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