---
title: "GET /results/{UUID}"
method: GET
path: "/results/{UUID}"
tags: ["results"]
---

# GET /results/{UUID}

`GET /results/{UUID}`

## Path parameters

- `UUID` string, required

## Response `200`

Expected response to a valid request

- ResultResponse
  - `status_code` integer, required
  - `report` Report
    - `mode` string
    - `timestamp` string
    - `run_time` integer
    - `scans` Scans[]
      - `detect_rule` string[]
      - `file_name` string
      - `size` string
    - `target_scan` TargetScan
      - `md5` string
      - `sha1` string
      - `sha256` string
      - `detect_rule` string[]
      - `file_name` string
      - `size` string
    - `status_code` integer
    - `UUID` string
    - `magic` string
    - `virus_total` boolean
    - `avclass` AvclassKey
      - `flag` integer
      - `data` Data[]
        - `family_name` string
        - `count` integer
    - `die` string

## Other responses

- `404` — unexpected error

---

[API](https://skmtc.dev/nao-sec/apis/tknk-scanner-api.md) · [All operations](https://skmtc.dev/nao-sec/apis/tknk-scanner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nao-sec/tknk-scanner-api/revisions/6cbc124e00ba/schema)
