# Live Scan Get Resource

Retrieve the resource for a particular scan ID or SHA256 from
 this live scanner.

Endpoint: GET /api/v1/livescan/{scannerId}/{resourceType}/{resourceId}
Version: 1.0.0
Security: apikeyAuth

## Path parameters:

  - `scannerId` (string, required)
    Example: "de01"

  - `resourceType` (string, required)
    Enum: "result", "screenshot", "dom", "response", "download"

  - `resourceId` (string, required)
    * For result, screenshot, dom: UUID of the scan
* For response, download: The SHA256 of the resource
    Example: "{resourceId}"


## Response 200 fields
