---
title: "List Teams"
method: GET
path: "/teams"
tags: ["Team"]
---

# List Teams

`GET /teams`

List all teams for the current account

## Query parameters

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

## Response `200`

OK

- TeamAttributes[]
  - `id` integer — Team ID
  - `public_id` string, nullable — Team public ID
  - `name` string — The name of your Team
  - `time_zone` string, nullable — The human-readable time zone set manually by a ClickFunnels user or dynamically by the app. Read more about time zones and how to map them back to the TZ standard in [our Time Zones guide.](https://dash.readme.com/project/cf2/v2/docs/timezones).
  - `locale` 'en' | 'ja' | 'pt' — The main language used to create a new website.
  - `created_at` string, date-time, nullable — Created
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized

---

[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)
