Skip to content

Create a dependency list export

POST
/api/v4/groups/{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 or URL-encoded path of the group

Media type application/json
object
send_email

Send an email when the export completes

boolean
nullable
export_type

File format of the export

string
default: :json_array nullable
Allowed values: :json_array :csv

Created

Bad Request

Not Found