---
title: "List office teams"
method: GET
path: "/offices/{id}/teams"
tags: ["Offices"]
---

# List office teams

`GET /offices/{id}/teams`

Returns a cursor-paginated list of teams for the specified office.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

- GetOfficeTeamsResponseDto
  - `items` OfficeTeamDto[], required
    - `id` string, required
    - `name` string, required
  - `pagination` OfficeTeamCursorPaginationDto, required
    - `cursor` string, nullable, required

## Other responses

- `400` — Bad Request
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
