---
title: "List note types"
method: GET
path: "/v1/timeline/note-types"
tags: ["timeline"]
---

# List note types

`GET /v1/timeline/note-types`

Retrieve all available note types (e.g., meeting, call, email, note). Use these types when creating or filtering notes.

## Response `200`

Successful response

- object
  - `error` boolean, required
  - `data` object[], required
    - `id` string, uuid, required
    - `user_id` string
    - `name` string, required
    - `emoji` string, nullable
    - `created_at` union, required
      - string, date-time
      - unknown

## Other responses

- `400` — Request body failed validation.
- `401` — Missing or invalid API key.
- `403` — Valid key, insufficient permission.
- `404` — Resource does not exist.
- `409` — Request conflicts with the current state of the resource.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

[API](https://skmtc.dev/getdex/apis/dex-public-api.md) · [All operations](https://skmtc.dev/getdex/apis/dex-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getdex/dex-public-api/revisions/eb1883ce3c67/schema)
