> ## 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 Organization Workspaces

> List all workspaces under an organization

# GET /organizations/{organization_id}/workspaces

Returns all workspaces that belong to the specified organization. Use this to build workspace switchers or organization dashboards.

## Notes

* **Requires `owner`, `admin`, or `member` role.** Viewers cannot list organization workspaces.
* Returns `403` if the authenticated workspace does not belong to the requested organization, or if the caller lacks a sufficient role.
* To create a new workspace under the organization, see [Create Organization Workspace](/api-reference/endpoints/organizations-workspaces-create).
