// Projects

List projects

List the projects visible to the service account in a workspace.

GET/api/project

Description

Returns every project the authenticated service account can see in the given workspace.

Parameters

NameInTypeRequiredDescription
workspaceId query string yes ID of the workspace to list projects in.

Errors

StatusMeaning
400 Invalid workspaceId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.