Skip to content

Export project inventory to SBOM Insights

Request

Export project to SBOM Insights operation will be added to queue. To get status of Export to SBOM Insights use jobs/{jobId} API

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
curl -i -X POST \
  https://codeinsightapi.redocly.app/_mock/swagger/jobs/sbomexport/1 \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Accepted