---
title: "Search notes"
method: GET
path: "/v1/search/timeline"
tags: ["search"]
---

# Search notes

`GET /v1/search/timeline`

Full-text search across all notes and timeline entries. Part of the global search API.

## Query parameters

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

## Response `200`

Successful response

- object
  - `error` boolean, required
  - `data` object, required
    - `items` 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
      - `channels` string[], required
      - `next_cursor` string
      - `meeting_types` object, nullable, required
      - `timeline_items_contacts` object[]
      - `attachments` object[]
    - `nextCursor` string, uuid, nullable, required
    - `count` integer, required

## 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.

## Changes

- **2026-08-27** `a2f71a243839` — 2 info
  - api operation id `searchNotesV1` was added
  - added the non-success response with the status `409`
- **2026-08-19** `96bec1251270` — 1 info
  - added the required property `data/items/items/channels` to the response with the `200` status
- **2026-07-26** `07a79f0ff879` — 4 info
  - added the new optional `query` request parameter `contactId`
  - added the new optional `query` request parameter `includeContactDetails`
  - added the optional property `data/items/items/calendar_account_email` to the response with the `200` status
  - added the optional property `data/items/items/calendar_account_provider` to the response with the `200` status

[Change history](https://skmtc.dev/getdex/apis/dex-public-api/changes/v1/search/timeline/get.md)

---

[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)
