---
title: "Get Interested Leads"
method: GET
path: "/api/app-auto-gtm/projects/{project_id}/dashboard/interested-leads"
tags: ["AppAutoGtm"]
---

# Get Interested Leads

`GET /api/app-auto-gtm/projects/{project_id}/dashboard/interested-leads`

T-2750 — the «Interested» facet of the dashboard leads feed (see
`_fetch_interested_leads`). Scoped like the dashboard: whole project, or
one campaign when `campaign` is passed.

## Path parameters

- `project_id` integer, required

## Query parameters

- `campaign` integer, nullable

## Cookies

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

## Response `200`

Successful Response

- InterestedLeadsResponse
  - `items` LastReplyItem[], required
    - `person_id` string, required
    - `segment_id` integer, required
    - `company_name` string, nullable, required
    - `company_display` string, nullable
    - `received_at` string, required
    - `intent` string, nullable, required
    - `snippet` string, nullable, required
    - `person_name` string, nullable
    - `campaign_name` string
    - `reply_status` 'not_replied' | 'replied' | 'agent_replied' | 'auto_handled'
    - `avatar_url` string, nullable
    - `need_reply` boolean
    - `lead_status` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `aec0744a2cd1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/explee/apis/explee-api/changes/api/app-auto-gtm/projects/:project_id/dashboard/interested-leads/get.md)

---

[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/5ea0065953b9/schema)
