---
title: "Get import status list"
method: GET
path: "/api/v1/post-history-import/"
tags: ["postImport"]
---

# Get import status list

`GET /api/v1/post-history-import/`

## Query parameters

- `teamId` string, required
- `socialAccountType` 'FACEBOOK' | 'INSTAGRAM' | 'THREADS' | 'TIKTOK' | 'YOUTUBE' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'BLUESKY'

## Response `200`

200

- object
  - `imports` object[], required
    - `id` string, required
    - `teamId` string, required
    - `socialAccountId` string, required
    - `requestedCount` number, required
    - `withAnalytics` boolean, required
    - `importCarousels` boolean, required
    - `surface` 'PROFILE_GRID' | 'NON_GRID' | 'STORY' | 'ALL', nullable
    - `mediaType` 'VIDEO' | 'IMAGE', nullable
    - `status` 'PENDING' | 'FETCHING_POSTS' | 'FETCHING_ANALYTICS' | 'COMPLETED' | 'FAILED' | 'RATE_LIMITED', required
    - `postsImported` number, required
    - `analyticsImported` 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
    - `deletedAt` string, date-time, nullable

## 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)
