# List all DEP sync requests for the tenant Returns all the DEP sync requests for the tenant Endpoint: GET /onboarding/v0/depsyncs/ Version: 1.0.0 Security: apiKey ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.count` (integer) - `content.previous` (string) - `content.next` (string) - `content.results` (array) - `content.results.id` (string) Unique DEP sync request identifier - `content.results.status` (string) Status of the DEP sync request Enum: "QUEUED", "INPROGRESS", "COMPLETE", "FAILURE", "SUCCESS" - `content.results.failure_reason` (string) Reason for DEP Sync failure. If this field is included in the response, a list of devices with which failed to process DEP sync will also be returned in the API response. - `content.results.devices` (object) - `content.results.devices.failure` (array) - `content.results.devices.failure.serial` (string) - `content.results.devices.failure.reason` (string) - `content.results.created_by` (string) user id of the user - `content.results.created_at` (string) - `content.results.updated_at` (string) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)