Probe
This endpoint retrieves all predefined probes available, grouped by their categories.
Authorizations
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
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