Appearance
Deprecated
Get the scanners and their configuration that will be used when sending prompts to a given endpoint.
GET
/backend/v1/endpoints/{endpoint}/scanners
Get the scanners and their configuration that will be used when sending prompts to a given endpoint.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
endpoint*
Typestring
Requiredformat
uuid
Query Parameters
configAt
Get the config at a given point in time.
Responses
Successful Response
application/json
JSON
{
"endpointScanners": {
"configs": {
"additionalProperties": {
}
},
"forcedScanners": {
"additionalProperties": {
}
},
"scanners": {
"additionalProperties": {
}
}
}
}