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

# Lists the details of the affected or skipped files in the Restore scans job.

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

Returns the details of the affected or skipped files in the Restore scans the scan job.

## Path parameters

- `JobID` integer, required

## Query parameters

- `quarantineState` integer
- `pageToken` string

## Headers

- `Accept` 'aplication/json' | 'text/csv'

## Response `200`

OK

- JobFilesDetailsResponse
  - `nextPageToken` string
  - `details` object[]
    - `path` string — The path of the scanned file.
    - `ver` integer — The version of the scanned file.
    - `mTime` string, date-time — The modification time of the scanned file.
    - `sha1Hash` string — SHA1 sum of the scanned file.
    - `size` integer — Size of the scanned file.
    - `unique_id` string — Unique ID of the scanned file.
    - `sha1Match` boolean — True in case the SHA1sum matches for.
    - `sha1MatchAgainst` string — Uploaded SHA1 ID against which File SHA1 matched.
    - `virusFound` boolean — True in case virus found for the file.
    - `virusName` string — Name of the virus if found.
    - `isSkipped` boolean — True in case the file could not be scanned and hence was skipped from restore
    - `reasonToSkip` string — The reason to skip the file scan.
    - `status` integer — Status of the file deletion. Applicable only in case of a Sandbox Recovery Job. Possible status values are '1' and '2' which indicates that the 'file was deleted' and 'file was not deleted' respectively.
  - `ContentType` string

## 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)
