SkillHub
Referencesync

List the caller's linked machines and their sync state

GET
/sync/machines

Response Body

application/json

application/json

application/json

application/json

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