> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Workspaces

> List workspaces accessible to the current user

# 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.
