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

# # Process List

`GET /v1/threat-library/processes`

Processes;
Default limit: 100, Default offset: 0
Max limit: 100

## Query parameters

- `limit` integer
- `offset` integer
- `process_type` string

## Response `200`

ProcessListReturnResponse

- object
  - `pages` Pagination
    - `limit` integer — Limit
    - `offset` integer — Offset
    - `total_count` integer — Total Count
  - `processes` Process[]
    - `affected_actions` AffectedAction[]
      - `id` integer
      - `name` string
    - `argument` string
    - `created_at` string, date-time
    - `id` integer
    - `is_predefined` boolean
    - `path` string
    - `process_files_summary` ProcessFilesSummary[]
      - `FileSize` integer
      - `FileType` string
      - `Id` integer
      - `IsDownloaded` boolean
      - `IsExecutable` boolean
      - `Name` string
      - `Path` string
      - `SkipZipExtract` boolean
      - `Url` string

## 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/versions/cb0d02ee28f8/schema)
