curl --request GET \
--url https://api.bundle.social/api/v1/post-csv-import/ \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "<string>",
"teamId": "<string>",
"organizationId": "<string>",
"status": "PENDING",
"fileName": "<string>",
"totalRows": 123,
"processedRows": 123,
"successRows": 123,
"failedRows": 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"
}
],
"total": 123
}curl --request GET \
--url https://api.bundle.social/api/v1/post-csv-import/ \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "<string>",
"teamId": "<string>",
"organizationId": "<string>",
"status": "PENDING",
"fileName": "<string>",
"totalRows": 123,
"processedRows": 123,
"successRows": 123,
"failedRows": 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"
}
],
"total": 123
}Was this page helpful?