Configuration

List Projects

Retrieve all projects accessible to the current user. Use to discover available projects or build project selection UIs.

get/api/v2/projects/all

Response

Projects(projects: List[server.api_routes.projects_api_v2.ProjectInfo])

Changes