---
title: "Download Report of Curated Snapshot job."
method: GET
path: "/curatedsnapshot/v1/jobs/{JobID}/report"
tags: ["Curated Snapshots"]
---

# Download Report of Curated Snapshot job.

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

Lists all the files and folders scanned while creating the Curated Snapshot.

## Path parameters

- `JobID` integer, required

## Query parameters

- `pageToken` string

## Headers

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

## Response `200`

Files and folders scanned for creating the Curated Snapshot.

- CSReportResponse
  - `details` object[]
    - `fileName` string — Name of the file scanned.
    - `fileType` 'File' | 'Folder' — Type of file or folder scanned.
    - `mTime` string, date-time — File Modified Time.
    - `fileCver` integer — Version of file scanned.
    - `path` string — The path of the scanned file.
    - `ssName` string — Name of Curated Snapshot for which files were scanned.
    - `isSkipped` boolean — Boolean depicting if version of the file scanned is skipped.
    - `reasonToSkip` string — Reason with which the file version scanned is skipped.
  - `pageToken` string — The token to access the next page of results.
  - `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.
- `404` — The requested resource was not found.
- `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)
