---
title: "List Team Word Memories"
method: GET
path: "/v1/external/teams/me/word-memories"
tags: ["Word Memory"]
deprecated: true
---

# List Team Word Memories

`GET /v1/external/teams/me/word-memories`

> **Deprecated.**

**Deprecated — removed on 2026-06-30.** Use `GET /v1/external/workspaces/{workspaceGuid}/word-memories` instead, which targets a workspace explicitly by path. Responses to this endpoint carry `Deprecation`, `Link` (successor), and `Sunset` headers. Behavior is unchanged until the sunset date.

Retrieve team word memories with cursor-based pagination.

Team word memories are shared among all team members. When any member records a meeting, Tiro references both personal and team word memories for accurate transcription. New team members automatically benefit from the shared vocabulary without additional setup.

- Use `cursor` from previous response's `nextCursor` to paginate through results

## Query parameters

- `cursor` string
- `size` integer

## Response `200`

Paginated list of team word memories

- object
  - `content` WordMemory[], required — Array of items for current page
    - `id` integer, required — Unique identifier of the word memory
    - `entry` string, required — The registered word or term
    - `createdAt` string, date-time, required — When the word memory was created (ISO 8601)
  - `nextCursor` string, nullable, required — Cursor for next page, null if last page

## Other responses

- `401` — Unauthorized

---

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