Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get scan.
GET
/backend/v1/scans/{scanRequestId}
Retrieves a scan request by its ID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
scanRequestId
*
Type
string
Required
format
uuid
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"scan"
:
{
"externalMetadata"
:
"string"
,
"extraInputs"
:
"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"
}
}
GET
/backend/v1/scans/{scanRequestId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
scanRequestId
*
Try it out
Samples
Powered by
VitePress OpenAPI