---
title: "Get Lead Note"
method: GET
path: "/api/app-auto-gtm/segments/{segment_id}/leads/{lead_id}/note"
tags: ["AppAutoGtm"]
---

# Get Lead Note

`GET /api/app-auto-gtm/segments/{segment_id}/leads/{lead_id}/note`

A single lead's note ({note, updated_at, updated_by}, all nullable).

Lightweight, isolated read for the Lead info panel — same shape of
endpoint as ``get_lead_status`` so it never piggybacks on the heavier
thread / dossier payloads.

## Path parameters

- `segment_id` integer, required
- `lead_id` string, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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