GET
List all projects

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Response

List all projects

uuid
string
required

Project UUID

name
string
required

Project name

description
string
required

Project description

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp

resources
object[]
required

Resources assigned to this project. Empty means the project uses the shared pool.

restrictions
object[]
required

Who may reach this project. Empty means the project is open to the whole workspace; any entry closes it to everyone but the listed members and roles, the workspace owner and holders of the built-in admin role. A custom role never bypasses a restriction, whatever permissions it carries.