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

# List teams

`GET /api/v2/teams`

Retrieve every team configured for the authenticated workspace. Use the returned ``team_id`` values with the interviewer team assignment endpoints, or with ``team_ids`` on interviewer creation. Requires the Teams feature to be enabled for the workspace.

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- ListResponseTeam
  - `data` Team[], required
    - `object` string — Object type identifier.
    - `team_id` string, required — Unique team identifier.
    - `name` string, required — Team name.
    - `description` string, nullable — Team description.
    - `member_count` integer, nullable — Number of members on this team.
    - `created_by` string, nullable — Identifier of whoever created the team.
    - `created_at` number, nullable — Unix timestamp when the team was created.
    - `updated_at` number, nullable — Unix timestamp when the team was last updated.
  - `pagination` PaginationMeta, required
    - `has_more` boolean, required — Whether more results exist beyond this page
    - `total_count` integer, nullable — Total number of results (if available)
    - `url` string, nullable — URL of this resource

## Other responses

- `401` — Invalid or missing API key.
- `403` — Teams is not enabled for this workspace.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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