---
title: "Reply Preview Leads"
method: GET
path: "/api/app-auto-gtm/projects/{project_id}/reply-preview-leads"
tags: ["AppAutoGtm"]
---

# Reply Preview Leads

`GET /api/app-auto-gtm/projects/{project_id}/reply-preview-leads`

Lead options for the reply-composer's preview picker: leads with a
real inbound reply first; fallback real leads (synthetic inbound); the
example persona when the project has no leads at all.

## Path parameters

- `project_id` integer, required

## Cookies

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

## Response `200`

Successful Response

- ReplyPreviewLeadsResponse
  - `leads` ReplyPreviewLeadOption[]
    - `person_id` string, required
    - `lead_name` string, required
    - `lead_company` string, required
    - `has_reply` boolean, required
    - `inbound_excerpt` string
    - `profile_photo_url` string
    - `company_domain` string
    - `company_logo_url` string

## 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/f169bc6e9447/schema)
