Skip to content
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
Required
formatuuid

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": {
}
}
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: