Getting the syncing status of remote devices via API

I can retrieve the ‘connected’ and ‘paused’ status of remote devices via GET /rest/system/connections. But I can’t find any hints in API docs on how to find the syncing status, to see which devices are currently syncing (no matter which folder). No fields in the returned JSON object seem relevant. Would appreciate help.

You can’t really say if its syncing or not as that is not something that is reported at the protocol level.

You can check device/folder completion status, and if that is not 100%, “assume” that it’s syncing.

A-ha, I see… I need to look into GET /rest/db/completion?device=.... Many thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.