Skip to content

Create a dependency list export

POST
/api/v4/pipelines/{id}/dependency_list_exports

Creates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a 403 Forbidden status code.

id
required
One of:
string

The ID of the pipeline

Media type application/json
object
send_email

Send an email when the export completes

boolean
nullable
export_type

The type of the export file

string
default: sbom nullable
Allowed values: sbom

Created

Bad Request

Not Found