Projects

Project listing endpoints

List projects

get

Returns all projects and their associated SBOM IDs.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptional

Page index

Example: 0
sizeintegerOptional

Number of results to return

Example: 2000
timestampintegerOptional

Timestamp parameter used by the API

Example: 120
Responses
chevron-right
200

Project list returned successfully

application/json
total_countintegerOptionalExample: 17
get
/scim/api/v2/projects/

Last updated