---
title: "List imported Facebook recommendations"
method: GET
path: "/api/v1/misc/facebook/recommendations"
tags: ["misc"]
---

# List imported Facebook recommendations

`GET /api/v1/misc/facebook/recommendations`

## Query parameters

- `teamId` string, required
- `limit` number
- `offset` number, nullable

## Response `200`

200

- object
  - `recommendations` object[], required
    - `id` string, required
    - `socialAccountId` string, required
    - `teamId` string, required
    - `externalRecommendationId` string, required
    - `openGraphStoryId` string, nullable
    - `reviewerDisplayName` string, nullable
    - `reviewerProfilePhotoUrl` string, nullable
    - `recommendationValue` 'RECOMMEND' | 'NOT_RECOMMEND' | 'UNKNOWN', nullable
    - `rating` number, nullable
    - `comment` string, nullable
    - `hasMedia` boolean, required
    - `mediaSummary` string[], nullable
    - `ownerReplyComment` string, nullable
    - `ownerReplyCommentId` string, nullable
    - `ownerReplyUpdatedAt` string, date-time, nullable
    - `createTime` string, date-time, nullable
    - `updateTime` string, date-time, nullable
    - `importedAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required
    - `deletedAt` string, date-time, nullable
  - `total` number, required
  - `limit` number, required
  - `remainingCapacity` 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)
