---
title: "# Action Parameters"
method: GET
path: "/v1/threat-library/action-parameters"
tags: ["Threats"]
---

# # Action Parameters

`GET /v1/threat-library/action-parameters`

This endpoint returns all available parameters required to create an action. It provides the complete configuration schema, including supported fields, available option values, and related metadata necessary for action creation.

## Query parameters

- `module_name` string

## Response `200`

ActionParametersResponse

- object
  - `action_categories` ActionParameterBase[]
    - `id` string — Id
    - `name` string — Name
  - `affected_operating_systems` string[] — Affected Operating System
  - `affected_products` string[] — Affected Products
  - `mitre` MitreParameter[]
    - `has_actions` boolean — HasActions
    - `id` integer — Id
    - `name` string — Name
    - `techniques` Technique[] — Techniques
      - `has_actions` boolean — HasActions
      - `id` integer — Id
      - `name` string — Name
      - `sub_techniques` SubTechnique[] — SubTechniques
        - `has_actions` boolean — HasActions
        - `id` integer — Id
        - `name` string — Name
  - `platforms` ActionParameterBase[]
    - `id` string — Id
    - `name` string — Name
  - `threat_actors` ThreatActor[]
    - `aka` string
    - `id` integer — Id
    - `name` string — Name
  - `ukc_phases` ActionParameterBase[]
    - `id` string — Id
    - `name` string — Name
  - `url_categories` ActionParameterBase[]
    - `id` string — Id
    - `name` string — Name

## 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)
