# Get a DEP sync request API to get a DEP sync request Endpoint: GET /onboarding/v0/depsyncs/{id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `id` (string, required) ID of the DEP sync request object ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.id` (string) Unique DEP sync request identifier - `content.status` (string) Status of the DEP sync request Enum: "QUEUED", "INPROGRESS", "COMPLETE", "FAILURE", "SUCCESS" - `content.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.devices` (object) - `content.devices.failure` (array) - `content.devices.failure.serial` (string) - `content.devices.failure.reason` (string) - `content.created_by` (string) user id of the user - `content.created_at` (string) - `content.updated_at` (string) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 404 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)