Skip to main content
Get sync status
curl --request GET \
  --url https://api.example.com/sync/status
{
  "enabled": true,
  "is_syncing": true,
  "last_sync": "<string>",
  "last_error": "<string>",
  "machine_id": "<string>",
  "last_download_at": "<string>"
}

Response

200 - application/json

OK

Response for sync status.

enabled
boolean
required
is_syncing
boolean
required
last_sync
string | null
required
last_error
string | null
required
machine_id
string | null
required
last_download_at
string | null
required