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

# List teams

`GET /teams`

Endpoint used to list team resources

## Query parameters

- `cursor` string — Last pagination reference
- `limit` integer — max number of Teams returned

## Headers

- `x-organization-id` integer

## Response `200`

Successfully fetched Teams list

- object
  - `teams` object[], required
    - `id` integer, required — Global ID of the team
    - `name` string, required
  - `nextCursor` string, nullable, required — The cursor to retrieve the next page of Teams.
  - `nextPageUrl` string, nullable, required — Path with query parameters that can be used to retrieve the next page of Teams.

## Other responses

- `400` — Error with query
- `401` — Invalid token

---

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