List Workspaces
Workspaces
List Workspaces
List workspaces accessible to the current user
GET
List Workspaces
GET /workspaces
Returns the workspaces available to the authenticated user. Currently returns the single workspace associated with the active JWT session.Notes
- Requires a valid JWT (any role).
- The current implementation returns only the authenticated workspace. Multi-workspace listing may expand in a future release.
- See
GET /users/workspacesfor a user-centric view of workspace membership. - See
GET /workspaces/{workspace_id}to fetch details for a specific workspace.
