---
title: "List titles"
method: GET
path: "/v2/titles"
tags: ["Titles"]
---

# List titles

`GET /v2/titles`

This endpoint lists all titles.

## Query parameters

- `cursor` string, nullable
- `limit` integer, nullable
- `name` string, nullable

## Response `200`

listTitles 200 response

- PageTitleResponse
  - `next_cursor` string, nullable
  - `items` TitleResponse[], required
    - `id` string, required
    - `name` string, required — Name of the title

---

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