Skip to main content
GET
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
deployments
/
{deploymentId}
/
sboms
cURL
curl --request GET \
  --url {schemes}://api.upsun.com/projects/{projectId}/environments/{environmentId}/deployments/{deploymentId}/sboms \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
environmentId
string
required
deploymentId
string
required

Response

default - application/json
Last modified on March 25, 2026