Skip to main content
GET
/
api
/
sync
/
status
Get sync status
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>"
}

Response

200 - application/json

Current sync status details

Sync operation status.

is_running
boolean
required
last_sync_at
string | null
last_sync_duration_seconds
number | null
total_orders
integer | null
synced_orders
integer | null
failed_orders
integer | null
error
string | null