Skip to main content
GET
/
workspaces
List Workspaces
curl --request GET \
  --url https://api.example.com/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/workspaces for a user-centric view of workspace membership.
  • See GET /workspaces/{workspace_id} to fetch details for a specific workspace.