SkillHub
Referencesync

Get the caller's overall sync state

GET
/sync/status

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/sync/status"
{  "state": "up-to-date",  "behindTotal": 0,  "lastSynced": "2019-08-24T14:15:22Z",  "machines": [    {      "label": "string",      "agent": "string",      "lastSynced": "2019-08-24T14:15:22Z",      "behindCount": 0    }  ]}