---
title: "# Files List"
method: GET
path: "/v1/threat-library/files"
tags: ["Threats"]
---

# # Files List

`GET /v1/threat-library/files`

Files List;
Default limit: 100, Default offset: 0
Max limit: 100

## Query parameters

- `limit` integer
- `offset` integer
- `type` string
- `nameLike` string

## Response `200`

FileListReturnResponse

- object
  - `files` FileApiOutput[]
    - `affected_processes` object[]
      - `arguments` string
      - `id` integer
      - `name` string
      - `path` string
      - `process_type` string
    - `created_at` string
    - `download_path` string
    - `id` integer
    - `is_executable` boolean
    - `name` object
      - `base_name` string
      - `extension` string
      - `full_name` string
      - `uuid` string
    - `skip_zip_extract` boolean
    - `type` string
  - `pages` Pagination
    - `limit` integer — Limit
    - `offset` integer — Offset
    - `total_count` integer — Total Count

## Other responses

- `422` — validationErrorSwagger is represents the erroneous cases
- `default` — genericErrorSwagger is represents the erroneous cases

---

[API](https://skmtc.net/picussecurity/apis/picus-rest-api.md) · [All operations](https://skmtc.net/picussecurity/apis/picus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picussecurity/picus-rest-api/revisions/cb0d02ee28f8/schema)
