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>"
}Get current 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>"
}Was this page helpful?