cURL
curl --request GET \ --url https://api.bundle.social/api/v1/post-csv-import/{importId}/rows \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "<string>", "importId": "<string>", "rowNumber": 123, "status": "SUCCESS", "createdAt": "2023-11-07T05:31:56Z", "postId": "<string>", "rawRow": {}, "normalizedPayload": null, "error": "<string>" } ], "total": 123 }
SUCCESS
FAILED
200
Show child attributes
Was this page helpful?