List projects in an organization

List all projects in the specified organization.

Access control

If includeAdminProperties is true, it requires the caller to be an admin in the organization, or any of its ancestors. Otherwise, it requires the caller to be a member of the organization.

Example: Assume an organization hierarchy like: org-a -> org-b -> org-c. To list projects in org-c, which means calling 'GET /api/v1/orgs/org-c/projects?includeAdminProperties', the caller must be an admin in org-a, org-b or org-c.

Securityorg-oidc-token
Request
path Parameters
org
required
string (OrgId) [ 3 .. 64 ] characters ^([a-z][a-z0-9-]{1,62}[a-z0-9])$

ID of an organization

Example: my-org
query Parameters
includeAdminProperties
boolean
Default: false

Whether to include admin properties of the projects in the response.

Responses
200

A list of projects

get/api/v1/orgs/{org}/projects
Request samples
Response samples
application/json
{}