---
title: "List Sub Teams"
method: GET
path: "/team/sub_teams/{team_id}"
tags: ["Team"]
---

# List Sub Teams

`GET /team/sub_teams/{team_id}`

Provides a paginated list of sub teams that belong to a given team.

## Path parameters

- `team_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

successful operation

- TeamSubTeamsResponse
  - `sub_teams` SubTeamResponse[], required — Contains a list with sub teams.
    - `team_id` string — The id of a team
    - `name` string — The name of a team
  - `list_info` ListInfoResponse, required — Contains pagination information about the data returned.
    - `num_pages` integer — Total number of pages available.
    - `num_results` integer, nullable — Total number of objects available.
    - `page` integer — Number of the page being returned.
    - `page_size` integer — Objects returned per page.
  - `warnings` WarningResponse[]
    - `warning_msg` string, required — Warning message
    - `warning_name` string, required — Warning name

## Other responses

- `4XX` — failed_operation

---

[API](https://skmtc.net/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.net/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/versions/2ea3f04008af/schema)
