platform and exportStatus.x-api-key: ********************curl --location '/v1/export-history?platform=undefined&exportStatus=undefined&page=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"status": 200,
"message": "Export history fetched successfully.",
"data": {
"total": 12,
"page": 1,
"limit": 10,
"history": [
{
"id": "exp_abc1",
"jobId": "EXA1B2",
"totalMailboxes": 25,
"platform": "instantly",
"exportStatus": "COMPLETED",
"createdAt": "2025-10-02T15:45:32.267Z"
}
]
}
}