cURL
curl --request GET \ --url https://api.g-tateth.com/api/zoho/integrations/{id}/import/status \ --header 'Authorization: <api-key>'
{ "success": true, "data": { "status": "in_progress", "progress": { "total": 1000, "processed": 500, "successful": 495, "failed": 5, "skipped": 0 }, "results": { "customersCreated": 123, "conversationsCreated": 123, "messagesCreated": 123, "errors": [ {} ] }, "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" } }
Get the current status and progress of a Zoho data import
API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...
Integration ID (obtained from GET /api/zoho/integrations after OAuth connection)
Import status retrieved successfully
true
Show child attributes
idle
in_progress
completed
failed
"in_progress"
1000
500
495
5
0