Get dataset scan

Returns the status and results for a previously started dataset scan.

Request
path Parameters
scanId
required
string <uuid>

The identifier of the scan to get results for.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/datasets/scans/{scanId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "started": "2019-08-24T14:15:22Z",
  • "completed": "2019-08-24T14:15:22Z",
  • "type": "Sam",
  • "status": "Pending",
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "provider": null,
  • "trigger": "Manual",
  • "options": {
    },
  • "failureReason": {
    },
  • "statusDescription": null,
  • "parameters": [
    ],
  • "matches": [
    ],
  • "monitoringMetadata": {
    },
  • "verifiedAt": "2019-08-24T14:15:22Z"
}