Skip to main content
GET
/
api
/
v1
/
post-history-import
Get import status list
curl --request GET \
  --url https://api.bundle.social/api/v1/post-history-import/ \
  --header 'x-api-key: <api-key>'
{
  "imports": [
    {
      "id": "<string>",
      "teamId": "<string>",
      "socialAccountId": "<string>",
      "requestedCount": 123,
      "withAnalytics": true,
      "status": "PENDING",
      "postsImported": 123,
      "analyticsImported": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "error": "<string>",
      "rateLimitResetAt": "2023-11-07T05:31:56Z",
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string
required
socialAccountType
enum<string>
Available options:
FACEBOOK,
INSTAGRAM,
THREADS,
TIKTOK,
YOUTUBE,
LINKEDIN,
PINTEREST,
REDDIT,
MASTODON,
BLUESKY

Response

200

imports
object[]
required