Skip to content

Get scan.

GET
/backend/v1/scans/{scanRequestId}

Retrieves a scan request by its ID.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

scanRequestId*
Typestring
Required
formatuuid

Responses

Successful Response
application/json
JSON
{
"scan": {
"externalMetadata": "string",
"id": "string",
"input": "string",
"preserve": false,
"projectId": "string",
"receivedAt": "string",
"result": {
"outcome": "string",
"scannerResults": [
{
"completedDate": "string",
"customConfig": false,
"data": {
"matches": [
[
]
],
"type": "regex"
},
"outcome": "string",
"scanDirection": "string",
"scannerId": "string",
"scannerVersionMeta": "string",
"startedDate": "string"
}
]
},
"type": "scan",
"userId": "string"
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: