---
title: "List all files"
method: GET
path: "/files"
tags: ["Files"]
---

# List all files

`GET /files`

List all files. If a query parameter is passed, Files returned are distinct
by names

## Query parameters

- `hash` string
- `name` string
- `tag` string
- `offset` integer
- `limit` integer

## Response `200`

OK

- object
  - `total` integer
  - `offset` integer
  - `limit` integer
  - `items` SummaryScanResult[]
    - `status` integer
    - `probes_finished` integer
    - `probes_total` integer
    - `scan_id` string
    - `scan_date` string, date-time
    - `name` string
    - `file_sha256` string
    - `parent_file_sha256` string
    - `path` string
    - `result_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/quarkslab/apis/irma-api.md) · [All operations](https://skmtc.dev/quarkslab/apis/irma-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quarkslab/irma-api/revisions/1e1006c1389c/schema)
