v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Curated Snapshots

Download Report of Curated Snapshot job.

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

get/curatedsnapshot/v1/jobs/{JobID}/report

Path parameters

JobIDinteger required

Specify the job ID of the Curated Snapshot to view its report. Get the Job ID using the 'List all the Curated Snapshots.' API.

Query parameters

pageTokenstring

The token to access the next page of results. Use the token value received in the previous response's parameter 'pageToken'.

Headers

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

Specify the content types, expressed as MIME types. The valid values can be: 'aplication/json', 'text/csv'

Response

Files and folders scanned for creating the Curated Snapshot.

pageTokenstring

The token to access the next page of results.

ContentTypestring

Example response

{
  "details": [
    {
      "fileName": "file1.csv",
      "fileType": "File",
      "fileCver": 17,
      "path": "D:/a/b/a.txt",
      "ssName": "Fri Sep  3 17:42:47 2021",
      "isSkipped": true,
      "reasonToSkip": "Encrypted file found"
    }
  ],
  "ContentType": "*/*"
}