---
title: "List all titles"
method: GET
path: "/versions/{version}/titles"
tags: ["Titles"]
---

# List all titles

`GET /versions/{version}/titles`

## Query parameters

- `q` string
- `fields` string
- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `data` object[], required
    - `id` string
    - `name` string
    - `pluralName` string
    - `mapping` object
      - `names` string[], required — Mapping names are included in Titles v4.6 and onward. Titles may have zero or more mappings associated with them, the names of those mappings are listed here and represented in the unified list of skills and socs below.
      - `socs` object[], required
        - `id` string, required
        - `name` string, required
      - `skills` object[], required
        - `id` string, required
        - `name` string, required
    - `isSupervisor` boolean
    - `levelBand` string, nullable
    - `infoUrl` string, nullable

## Other responses

- `400` — bad request
- `401` — unauthorized request
- `404` — requested resource not found

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
