cURL
curl --request GET \ --url https://api.bundle.social/api/v1/post-history-import/{importId} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "teamId": "<string>", "socialAccountId": "<string>", "requestedCount": 123, "withAnalytics": true, "importCarousels": true, "status": "PENDING", "postsImported": 123, "analyticsImported": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "surface": "PROFILE_GRID", "mediaType": "VIDEO", "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" }
200
PENDING
FETCHING_POSTS
FETCHING_ANALYTICS
COMPLETED
FAILED
RATE_LIMITED
PROFILE_GRID
NON_GRID
STORY
ALL
VIDEO
IMAGE
Was this page helpful?