v1

latestSwagger 2.02026-08-0484141342.3 KB
Threats

# Action List

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

get/v2/threat-library/actions

Query parameters

limitinteger
offsetinteger
updated_at_gteinteger

List Actions With Updated At Greater Than or Equal to UpdatedAtGte.

updated_at_lteinteger

List Actions With Updated At Less Than or Equal to UpdatedAtLte.

Response

ActionListReturnResponse

Example response

{
  "actions": [
    {
      "display_id": 11,
      "id": 1,
      "name": "action 1",
      "updated_at": 1649983505
    }
  ],
  "pages": {
    "limit": 20,
    "total_count": 100
  }
}