---
title: "# Action List"
method: GET
path: "/v2/threat-library/actions"
tags: ["Threats"]
---

# # Action List

`GET /v2/threat-library/actions`

Action List; Action Id, Action Display Id, Updated At, Action Name
Default limit: 100, Default offset: 0
Max limit: 100

## Query parameters

- `limit` integer
- `offset` integer
- `updated_at_gte` integer
- `updated_at_lte` integer

## Response `200`

ActionListReturnResponse

- object
  - `actions` ActionSummary[]
    - `display_id` integer — Action DisplayId
    - `id` integer — Action Id
    - `name` string — Action Name
    - `updated_at` integer — Action UpdatedAt
  - `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/versions/cb0d02ee28f8/schema)
