Probe

Get all Predefined Probes grouped by Probe category.

get

This endpoint retrieves all predefined probes available, grouped by their categories.

Authorizations
Responses
200
OK
application/json
get
GET /api/probe/predefined HTTP/1.1
Host: 
X-Api-Key: YOUR_API_KEY
Accept: */*
[
  {
    "predefinedProbes": [
      {
        "active": true,
        "attackScenarioExample": "text",
        "definition": "text",
        "id": 1,
        "multimodal": [
          "text"
        ],
        "name": "text",
        "tags": [
          {
            "color": "text",
            "name": "text"
          }
        ],
        "templateUserInputConfig": [],
        "type": "text"
      }
    ],
    "probeCategoryId": 1,
    "probeCategoryName": "text"
  }
]

Last updated