Skip to content

Get

GET
/backend/v1/datasets/runs/{datasetRunId}

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

datasetRunId*
Typestring
Required
formatuuid

Query Parameters

includeDataset

Include dataset in the response

Typeboolean
defaultfalse
includeScanner

Include scanner in the response

Typeboolean
defaultfalse
includeScannerPackage

Include scanner package in the response if one is associated to the dataset

Typeboolean
defaultfalse
includeUser

Include user in the response

Typeboolean
defaultfalse

Responses

Successful Response
application/json
JSON
{
"dataset": "string",
"run": {
"datasetId": "string",
"fileId": "string",
"id": "string",
"result": "string",
"scannerId": "string",
"scannerPackageId": "string",
"scannerVersionId": "string",
"status": "string"
},
"scanner": "string",
"scannerPackage": "string",
"user": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: