/
BU
bundle
/
bundle.social API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
analytics
7
app
1
comment
11
misc
84
organization
6
post
9
postCSV
5
get
Get post CSV import history
post
Create post CSV import
get
Get post CSV import details
get
Get post CSV import processing status
get
Get post CSV import row results
postImport
6
socialAccount
11
team
5
upload
8
postCSV
Create post CSV import
Upload CSV for async bulk post import.
post
/api/v1/post-csv-import/
Response
201
object
required
id
string
required
teamId
string
required
organizationId
string
required
status
'PENDING'
|
'PROCESSING'
|
'COMPLETED'
|
'COMPLETED_WITH_ERRORS'
|
'FAILED'
|
'RATE_LIMITED'
required
fileName
string
required
totalRows
number
required
processedRows
number
required
successRows
number
required
failedRows
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
Changes