Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

List Projects

view on GitHub

List Projects is available as both a pgutil command and an HTTP Request, and will return a list of all existing projects.

Command Specification (CLI)

The builds projects list command is used to list all existing projects.

Listing projects requires no additional options.

Example output:

myProject
anotherProject (Application)
yetAnotherProject (Application)
testApplication

HTTP Request Specification

To list all projects, simply GET to the URL with an appropriate API Key.

GET /api/sca/projects

HTTP Response Specification

A successful 200 response body will contain an array of ProjectInfo.cs objects. A 403 response indicates a missing, unknown, or unauthorized API Key.