---
title: "List Call Ticker Leads"
method: GET
path: "/call/ticker-leads"
tags: ["call-ticker-leads"]
---

# List Call Ticker Leads

`GET /call/ticker-leads`

## Query parameters

- `user_id` string, nullable
- `ticker` string, nullable
- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- ListCallTickerLeadsResponse
  - `leads` CallTickerLeadResponse[], required
    - `call_ticker_lead_id` string, uuid, required
    - `user_id` string, required
    - `ticker` string, required
    - `source` string, uuid, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `next_cursor` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[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/89fec75ff598/schema)
