---
title: "Get comment import list"
method: GET
path: "/api/v1/comment/import"
tags: ["comment"]
---

# Get comment import list

`GET /api/v1/comment/import`

## Query parameters

- `teamId` string, required
- `postId` string
- `importedPostId` string
- `status` 'PENDING' | 'FETCHING' | 'RETRYING' | 'COMPLETED' | 'SKIPPED' | 'FAILED' | 'RATE_LIMITED'
- `offset` number, nullable
- `limit` number, nullable

## Response `200`

200

- object
  - `imports` object[], required
    - `id` string, required
    - `teamId` string, required
    - `organizationId` string, nullable
    - `socialAccountId` string, required
    - `postId` string, nullable
    - `importedPostId` string, nullable
    - `platform` 'FACEBOOK' | 'INSTAGRAM' | 'LINKEDIN' | 'YOUTUBE' | 'TIKTOK' | 'REDDIT' | 'THREADS' | 'MASTODON' | 'BLUESKY', required
    - `status` 'PENDING' | 'FETCHING' | 'RETRYING' | 'COMPLETED' | 'SKIPPED' | 'FAILED' | 'RATE_LIMITED', required
    - `commentsImported` number, required
    - `error` string, nullable
    - `rateLimitResetAt` string, date-time, nullable
    - `startedAt` string, date-time, nullable
    - `completedAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required

## Other responses

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

---

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