Appearance
Get project scanners.
GET
/backend/v1/projects/{project}/scanners
Retrieves all scanners and their configurations
used when sending prompts or performing scans within the project.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
project*
Typestring
Requiredformat
uuid
Query Parameters
configAt
Get the config at a given point in time.
Responses
Successful Response
application/json
JSON
{
"projectScanners": {
"configs": {
"additionalProperties": {
}
},
"forcedScanners": {
"additionalProperties": {
}
},
"scanners": {
"additionalProperties": {
}
}
}
}