Skip to main content
GET
/
organizations
/
{organization_id}
/
workspaces
List Organization Workspaces
curl --request GET \
  --url https://api.example.com/organizations/{organization_id}/workspaces

GET /organizations//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.