---
title: "Get Customer Leads"
method: GET
path: "/leads/"
tags: ["leads"]
---

# Get Customer Leads

`GET /leads/`

## Response `200`

Successful Response

- Lead[]
  - `email` string, required
  - `source` 'FREE_TRANSCRIPT' | 'SHARE_LINK' | 'DASHBOARD_SHARE' | 'REFFERAL_PAGE' | 'UNKNOWN' | 'CELLEBRITE', required
  - `interested_in_calls` boolean, required
  - `transcript_title` string, nullable
  - `creator_name` string, nullable
  - `free_transcript_ticker` string, nullable
  - `referrer_user_id` string, nullable
  - `referrer_name` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `404` — Not found

---

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