---
title: "Search notes (v2)"
method: GET
path: "/v2/timeline/notes/search"
tags: ["timeline"]
---

# Search notes (v2)

`GET /v2/timeline/notes/search`

Full-text search over the notes you own. Matches on the note body and on the names of contacts each note is linked to. Returns the canonical notes list envelope, cursor-paginated.

## Query parameters

- `searchQuery` string
- `contactId` string, uuid
- `startDate` string
- `endDate` string
- `take` integer
- `cursor` string
- `includeContactDetails` boolean

## Response `200`

Successful response

- object
  - `data` object, required
    - `notes` object[], required
      - `id` string, uuid, required
      - `user_id` string
      - `note` string, nullable
      - `custom_emoji` string, nullable
      - `meeting_type` string, nullable
      - `meeting_type_id` string, uuid, nullable
      - `event_time` union
        - string, date-time
        - unknown
      - `created_at` union
        - string, date-time
        - unknown
      - `google_calendar_event_id_v3` string, nullable
      - `oauth_credential_id` string, uuid, nullable
      - `calendar_account_email` string, nullable
      - `calendar_account_provider` 'GOOGLE' | 'OFFICE365', nullable
      - `reminder_id` string, uuid, nullable
      - `next_cursor` string
      - `meeting_types` object, nullable, required
      - `timeline_items_contacts` object[]
      - `attachments` object[]
    - `pagination` object
      - `nextCursor` string, nullable
      - `count` integer

## 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 body failed validation.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/getdex/apis/dex-public-api.md) · [All operations](https://skmtc.net/getdex/apis/dex-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdex/dex-public-api/versions/6f01cd52ac12/schema)
