GET
/
project
/
{projectId}
Get a project
curl --request GET \
  --url https://app-preprod.cybedefend.com/project/{projectId}
{
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "teamName": "<string>",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "applicationType": "web_application",
  "analysisFrequency": "weekly",
  "emailAlertEnabled": true,
  "monthlyReportEnabled": true,
  "weeklyReportEnabled": true,
  "sastEnabled": true,
  "dastEnabled": true,
  "scaEnabled": true,
  "containerEnabled": true,
  "apiEnabled": true,
  "iacEnabled": true,
  "sastFastScanEnabled": true,
  "aiDataflowEnabled": true,
  "sastSeverities": [
    "critical"
  ],
  "scaSeverities": [
    "critical"
  ],
  "iacSeverities": [
    "critical"
  ],
  "incidentCreationOption": "<string>",
  "aiMergeRequestEnabled": true,
  "improvingResultsEnabled": true,
  "sortsVulnerabilitiesEnabled": true
}

Path Parameters

projectId
string<uuid>
required

Project ID

Response

Project found successfully

projectId
string<uuid>
required

Project unique identifier

teamId
string<uuid>
required

Team unique identifier

teamName
string
required

Team name

name
string
required

Project name

createdAt
string<date-time>
required

Project creation date

updatedAt
string<date-time>
required

Project last update date

applicationType
enum<string>

Application type

Available options:
web_application,
software,
mobile_application,
iot,
other
analysisFrequency
enum<string>

Analysis frequency

Available options:
weekly,
daily,
never
emailAlertEnabled
boolean

Enable email alert

monthlyReportEnabled
boolean

Enable monthly report

weeklyReportEnabled
boolean

Enable weekly report

sastEnabled
boolean

Enable SAST

dastEnabled
boolean

Enable DAST

scaEnabled
boolean

Enable SCA

containerEnabled
boolean

Enable Container scan

apiEnabled
boolean

Enable API scan

iacEnabled
boolean

Enable IaC scan

sastFastScanEnabled
boolean

Enable SAST fast scan

aiDataflowEnabled
boolean

Enable AI dataflow

sastSeverities
enum<string>[]

Allowed SAST severities

scaSeverities
enum<string>[]

Allowed SCA severities

iacSeverities
enum<string>[]

Allowed IaC severities

incidentCreationOption
string

Incident creation option

aiMergeRequestEnabled
boolean

Enable AI merge request

improvingResultsEnabled
boolean

Enable improving results

sortsVulnerabilitiesEnabled
boolean

Enable sorting vulnerabilities