Skip to content

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
Required
formatuuid

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: