---
title: "List Workspaces"
method: GET
path: "/teams/{team_id}/workspaces"
tags: ["Workspace"]
---

# List Workspaces

`GET /teams/{team_id}/workspaces`

List workspaces for a team

## Path parameters

- `team_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at' | 'name'

## Response `200`

OK

- WorkspaceAttributes[]
  - `id` integer — Workspace ID
  - `public_id` string, nullable — Workspace public ID
  - `team_id` integer — Team ID
  - `name` string — Workspace Name
  - `subdomain` string — Subdomain
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
