cURL
curl --request GET \ --url https://reit.connectors.aicoflow.com/api/sync/status
{ "is_running": true, "last_sync_at": "<string>", "last_sync_duration_seconds": 123, "total_orders": 123, "synced_orders": 123, "failed_orders": 123, "error": "<string>" }
Returns the current synchronization status including last sync time, duration, and any errors.
Current sync status details
Sync operation status.