---
title: "Lists the details of Restore scans job."
method: GET
path: "/rwcscanmaster/v1/jobs/{JobID}"
tags: ["Restore scans"]
---

# Lists the details of Restore scans job.

`GET /rwcscanmaster/v1/jobs/{JobID}`

Returns the details of Restore scans job.

## Path parameters

- `JobID` integer, required

## Response `200`

OK

- JobDetailsModel
  - `scanJobID` integer — Restore scans Job ID.
  - `customerID` integer — Customer ID.
  - `globalCustomerID` string — Global Customer ID.
  - `orgID` integer — The Phoenix organization ID for the resource. For inSync workloads, value will be -1.
  - `orgName` string — The Phoenix organization name for the resource. For inSync workloads, this field is not applicable.
  - `userID` integer — User ID in case of user-specific apps.
  - `userName` string — User Name in case of user-specific apps.
  - `csetID` integer — Cset ID in case of user-specific apps.
  - `deviceID` integer — Resource ID for which Restore scans job is executed.
  - `deviceName` string — Resource Name for which Restore scans job is executed.
  - `productID` integer — inSync or Phoenix Product ID.
  - `productJobType` string — Type of restore job created in inSync or Phoenix.
  - `resourceType` string — Type of resource for which restore job is created in inSync or Phoenix.
  - `resourceID` integer — ID of resource for which restore job is created in inSync or Phoenix.
  - `resourceName` string — Name of resource for which restore job is created in inSync or Phoenix.
  - `restoreJobID` integer — Restore Job ID created in inSync or Phoenix.
  - `addTime` string — Creation time of Restore scans job.
  - `startTime` string — Start time of Restore scans job.
  - `lastUpdatedTime` string — Last Updated time of Restore scans job.
  - `endTime` string — The time when the scan job was completed.
  - `compactedTime` string — Compaction time of Restore scans job.
  - `jobType` string — Type of Restore scans job.
  - `houstonJobID` integer — H+ Job ID for restore scan job.
  - `attemptNo` integer — Number of attempts of restore scans job
  - `statusCode` integer — Status code for Restore scans job.
  - `status` string — Status for Restore scans job.
  - `workloadName` string — Worklaod Name for which restore scans job is created.
  - `restoreSPaths` string — Restore Paths which needs to be restored in inSync or Phoenix.
  - `storageTableName` string — Storage Table Name of the resource.
  - `storageID` integer — Storage ID of the resource
  - `filesProcessed` integer — Number of processed files during restore scans job.
  - `affectedFiles` integer — Number of malicious files found during restore scans job.
  - `skippedFiles` integer — Number of skipped files found during restore scans job.
  - `createdByID` integer — ID of Administrator.
  - `createdByName` string — Full name of Administrator.
  - `createdByType` string — Creator Type
  - `createdByGlobalID` string — Global ID of Administrator.
  - `ResourceURL` string — Link to resource for which Restore scans job is executed.
  - `RestoreJobURL` string — Link to product Restore Job corresponding to Restore scans job.
  - `deletedFiles` integer — Number of deleted files found in case of Sandbox Recovery.
  - `deleteMaliciousFiles` boolean — Boolean denoting the status of malicious files for Sandbox Recovery. This is true if the malicious files need to be deleted.
  - `quickRestoreScanSettings` object — Displays the parameters set for Quick Scan if the feature is enabled
    - `useLightScan` boolean — Boolean denoting if Quick Scan is enabled.
    - `excludeExtensionsFromScan` string[] — Array of Strings(File Extensions)skipped from the scan.
    - `maxFileSizeToScanInMB` integer — Integer denoting maximum file size (between 100 and 1024) in MBs that should be scanned.
    - `daysBeyondWhichToSkipScan` integer — Integer denoting the number of days (value can be 0, 30, 60, or 90) within which the last modified date of a file should be for it to be scanned. Enter 0 if you want to scan all the files.

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `500` — Internal Server Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
