Get details of an ORT run of a repository
GEThttp://localhost:8080/api/v1/repositories/:repositoryId/runs/:ortRunIndex
Get details of an ORT run of a repository
Request
Path Parameters
repositoryId int64required
The repository's ID.
ortRunIndex int64required
The index of an ORT run.
Responses
- 200
- 401
Success
Response Headers
- application/json
- Schema
- Example (auto)
- Get ORT run
Schema
createdAtString (string)required
environmentConfigPathString (null,string)nullable
finishedAtString (null,string)nullable
idint64required
indexint64required
issues object[]required
jobConfigContextString (null,string)nullable
jobConfigs objectrequired
jobs objectrequired
labels objectrequired
organizationIdint64required
pathString (null,string)nullable
productIdint64required
repositoryIdint64required
resolvedJobConfigContextString (null,string)nullable
resolvedJobConfigs object
resolvedRevisionString (null,string)nullable
revisionString (string)required
statusOrtRunStatus (string)required
Possible values: [CREATED
, ACTIVE
, FINISHED
, FAILED
, FINISHED_WITH_ISSUES
]
traceIdString (null,string)nullable
userDisplayName object
{
"createdAt": "string",
"id": 0,
"index": 0,
"issues": [
{
"message": "string",
"severity": "HINT",
"source": "string",
"timestamp": "string"
}
],
"jobConfigs": {
"analyzer": {
"allowDynamicVersions": true,
"keepAliveWorker": true
}
},
"jobs": {},
"labels": {},
"organizationId": 0,
"productId": 0,
"repositoryId": 0,
"revision": "string",
"status": "CREATED"
}
{
"id": 1,
"index": 2,
"organizationId": 1,
"productId": 1,
"repositoryId": 1,
"revision": "main",
"createdAt": {
"value$kotlinx_datetime": "2024-01-01T00:00:00Z",
"epochSeconds": 1704067200,
"nanosecondsOfSecond": 0
},
"jobConfigs": {
"analyzer": {
"allowDynamicVersions": true,
"disabledPackageManagers": [
"NPM",
"SBT"
],
"enabledPackageManagers": [
"Gradle",
"Maven"
],
"environmentConfig": {
"infrastructureServices": [
{
"name": "Artifactory",
"url": "https://artifactory.example.org/repo",
"description": "Our Artifactory server",
"usernameSecretRef": "artifactoryUsername",
"passwordSecretRef": "artifactoryPassword",
"credentialsTypes": []
}
],
"environmentDefinitions": {
"maven": [
{
"service": "Artifactory",
"id": "repo"
}
]
},
"environmentVariables": [],
"strict": true
},
"submoduleFetchStrategy": "FULLY_RECURSIVE",
"packageCurationProviders": [
{
"type": "ClearlyDefined",
"id": "ClearlyDefined",
"enabled": true,
"options": {
"serverUrl": "https://api.clearlydefined.io",
"minTotalLicenseScore": "0"
},
"secrets": {}
}
],
"packageManagerOptions": {
"Gradle": {
"mustRunAfter": [
"Maven"
],
"options": {
"gradleVersion": "8.1.1"
}
}
},
"skipExcluded": true,
"keepAliveWorker": false
},
"advisor": {
"advisors": [
"VulnerableCode"
],
"skipExcluded": true,
"keepAliveWorker": false
},
"scanner": {
"detectedLicenseMappings": {
"LicenseRef-scancode-generic-cla": "NOASSERTION"
},
"ignorePatterns": [
"**/META-INF/DEPENDENCIES"
],
"projectScanners": [
"SCANOSS"
],
"scanners": [
"ScanCode"
],
"skipConcluded": true,
"skipExcluded": true,
"sourceCodeOrigins": [
"ARTIFACT",
"VCS"
],
"keepAliveWorker": false
},
"evaluator": {
"copyrightGarbageFile": "copyright-garbage.yml",
"licenseClassificationsFile": "license-classifications.yml",
"packageConfigurationProviders": [
{
"type": "OrtConfig",
"id": "OrtConfig",
"enabled": true,
"options": {},
"secrets": {}
}
],
"resolutionsFile": "resolutions.yml",
"ruleSet": "rules.evaluator.kts",
"keepAliveWorker": false
},
"reporter": {
"formats": [
"WebApp"
],
"keepAliveWorker": false
},
"notifier": {
"notifierRules": "reporter.notifications.kts",
"resolutionsFile": "resolutions.yml",
"mail": {
"recipientAddresses": [
"mail@example.com",
"info@example.com"
],
"mailServerConfiguration": {
"hostName": "smtp.example.com",
"port": 587,
"username": "user",
"password": "password",
"useSsl": true,
"fromAddress": "no-reply@example.com"
}
},
"jira": {
"jiraRestClientConfiguration": {
"serverUrl": "https://jira.example.com",
"username": "user",
"password": "password"
}
},
"keepAliveWorker": false
}
},
"resolvedJobConfigs": {
"analyzer": {
"allowDynamicVersions": true,
"disabledPackageManagers": [
"NPM",
"SBT"
],
"enabledPackageManagers": [
"Gradle",
"Maven"
],
"environmentConfig": {
"infrastructureServices": [
{
"name": "Artifactory",
"url": "https://artifactory.example.org/repo",
"description": "Our Artifactory server",
"usernameSecretRef": "artifactoryUsername",
"passwordSecretRef": "artifactoryPassword",
"credentialsTypes": []
}
],
"environmentDefinitions": {
"maven": [
{
"service": "Artifactory",
"id": "repo"
}
]
},
"environmentVariables": [],
"strict": true
},
"submoduleFetchStrategy": "FULLY_RECURSIVE",
"packageCurationProviders": [
{
"type": "ClearlyDefined",
"id": "ClearlyDefined",
"enabled": true,
"options": {
"serverUrl": "https://api.clearlydefined.io",
"minTotalLicenseScore": "0"
},
"secrets": {}
}
],
"packageManagerOptions": {
"Gradle": {
"mustRunAfter": [
"Maven"
],
"options": {
"gradleVersion": "8.1.1"
}
}
},
"skipExcluded": true,
"keepAliveWorker": false
},
"advisor": {
"advisors": [
"VulnerableCode"
],
"skipExcluded": true,
"keepAliveWorker": false
},
"scanner": {
"detectedLicenseMappings": {
"LicenseRef-scancode-generic-cla": "NOASSERTION"
},
"ignorePatterns": [
"**/META-INF/DEPENDENCIES"
],
"projectScanners": [
"SCANOSS"
],
"scanners": [
"ScanCode"
],
"skipConcluded": true,
"skipExcluded": true,
"sourceCodeOrigins": [
"ARTIFACT",
"VCS"
],
"keepAliveWorker": false
},
"evaluator": {
"copyrightGarbageFile": "copyright-garbage.yml",
"licenseClassificationsFile": "license-classifications.yml",
"packageConfigurationProviders": [
{
"type": "OrtConfig",
"id": "OrtConfig",
"enabled": true,
"options": {},
"secrets": {}
}
],
"resolutionsFile": "resolutions.yml",
"ruleSet": "rules.evaluator.kts",
"keepAliveWorker": false
},
"reporter": {
"formats": [
"WebApp"
],
"keepAliveWorker": false
},
"notifier": {
"notifierRules": "reporter.notifications.kts",
"resolutionsFile": "resolutions.yml",
"mail": {
"recipientAddresses": [
"mail@example.com",
"info@example.com"
],
"mailServerConfiguration": {
"hostName": "smtp.example.com",
"port": 587,
"username": "user",
"password": "password",
"useSsl": true,
"fromAddress": "no-reply@example.com"
}
},
"jira": {
"jiraRestClientConfiguration": {
"serverUrl": "https://jira.example.com",
"username": "user",
"password": "password"
}
},
"keepAliveWorker": false
}
},
"jobs": {
"analyzer": {
"id": 1,
"createdAt": {
"value$kotlinx_datetime": "2024-01-01T00:00:00Z",
"epochSeconds": 1704067200,
"nanosecondsOfSecond": 0
},
"configuration": {
"allowDynamicVersions": true,
"disabledPackageManagers": [
"NPM",
"SBT"
],
"enabledPackageManagers": [
"Gradle",
"Maven"
],
"environmentConfig": {
"infrastructureServices": [
{
"name": "Artifactory",
"url": "https://artifactory.example.org/repo",
"description": "Our Artifactory server",
"usernameSecretRef": "artifactoryUsername",
"passwordSecretRef": "artifactoryPassword",
"credentialsTypes": []
}
],
"environmentDefinitions": {
"maven": [
{
"service": "Artifactory",
"id": "repo"
}
]
},
"environmentVariables": [],
"strict": true
},
"submoduleFetchStrategy": "FULLY_RECURSIVE",
"packageCurationProviders": [
{
"type": "ClearlyDefined",
"id": "ClearlyDefined",
"enabled": true,
"options": {
"serverUrl": "https://api.clearlydefined.io",
"minTotalLicenseScore": "0"
},
"secrets": {}
}
],
"packageManagerOptions": {
"Gradle": {
"mustRunAfter": [
"Maven"
],
"options": {
"gradleVersion": "8.1.1"
}
}
},
"skipExcluded": true,
"keepAliveWorker": false
},
"status": "CREATED"
},
"advisor": {
"id": 1,
"createdAt": {
"value$kotlinx_datetime": "2024-01-01T00:00:00Z",
"epochSeconds": 1704067200,
"nanosecondsOfSecond": 0
},
"configuration": {
"advisors": [
"VulnerableCode"
],
"skipExcluded": true,
"keepAliveWorker": false
},
"status": "CREATED"
},
"scanner": {
"id": 1,
"createdAt": {
"value$kotlinx_datetime": "2024-01-01T00:00:00Z",
"epochSeconds": 1704067200,
"nanosecondsOfSecond": 0
},
"configuration": {
"detectedLicenseMappings": {
"LicenseRef-scancode-generic-cla": "NOASSERTION"
},
"ignorePatterns": [
"**/META-INF/DEPENDENCIES"
],
"projectScanners": [
"SCANOSS"
],
"scanners": [
"ScanCode"
],
"skipConcluded": true,
"skipExcluded": true,
"sourceCodeOrigins": [
"ARTIFACT",
"VCS"
],
"keepAliveWorker": false
},
"status": "CREATED"
},
"evaluator": {
"id": 1,
"createdAt": {
"value$kotlinx_datetime": "2024-01-01T00:00:00Z",
"epochSeconds": 1704067200,
"nanosecondsOfSecond": 0
},
"configuration": {
"copyrightGarbageFile": "copyright-garbage.yml",
"licenseClassificationsFile": "license-classifications.yml",
"packageConfigurationProviders": [
{
"type": "OrtConfig",
"id": "OrtConfig",
"enabled": true,
"options": {},
"secrets": {}
}
],
"resolutionsFile": "resolutions.yml",
"ruleSet": "rules.evaluator.kts",
"keepAliveWorker": false
},
"status": "CREATED"
},
"reporter": {
"id": 1,
"createdAt": {
"value$kotlinx_datetime": "2024-01-01T00:00:00Z",
"epochSeconds": 1704067200,
"nanosecondsOfSecond": 0
},
"configuration": {
"formats": [
"WebApp"
],
"keepAliveWorker": false
},
"status": "CREATED",
"reportFilenames": [
"AsciiDoc_disclosure_document.pdf",
"AsciiDoc_vulnerability_report.pdf",
"scan-report-web-app.html"
]
},
"notifier": {
"id": 1,
"createdAt": {
"value$kotlinx_datetime": "2024-01-01T00:00:00Z",
"epochSeconds": 1704067200,
"nanosecondsOfSecond": 0
},
"configuration": {
"notifierRules": "reporter.notifications.kts",
"resolutionsFile": "resolutions.yml",
"mail": {
"recipientAddresses": [
"mail@example.com",
"info@example.com"
],
"mailServerConfiguration": {
"hostName": "smtp.example.com",
"port": 587,
"username": "user",
"password": "password",
"useSsl": true,
"fromAddress": "no-reply@example.com"
}
},
"jira": {
"jiraRestClientConfiguration": {
"serverUrl": "https://jira.example.com",
"username": "user",
"password": "password"
}
},
"keepAliveWorker": false
},
"status": "CREATED"
}
},
"status": "ACTIVE",
"labels": {
"label key": "label value"
},
"issues": [],
"resolvedJobConfigContext": "32f955941e94d0a318e1c985903f42af924e9050",
"traceId": "35b67725-a85b-4cc3-b2a4-60fd914634e7"
}
Invalid Token
Response Headers
Authorization: oauth2
name: tokentype: oauth2flows: {
"authorizationCode": {
"authorizationUrl": "http://localhost:8081/realms/master/protocol/openid-connect/auth",
"tokenUrl": "http://localhost:8081/realms/master/protocol/openid-connect/token",
"scopes": {}
}
}
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "http://localhost:8080/api/v1/repositories/:repositoryId/runs/:ortRunIndex");
request.Headers.Add("Accept", "application/json");
request.Headers.Add("Authorization", "Bearer <token>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
ResponseClear