---
title: "List Call Outreach Leads"
method: GET
path: "/admin/call/outreach-leads"
tags: ["admin-call-outreach"]
---

# List Call Outreach Leads

`GET /admin/call/outreach-leads`

## Query parameters

- `user_ids` string[], nullable
- `token` string, nullable

## Response `200`

Successful Response

- ListCallOutreachLeadsResponse
  - `leads` CallOutreachLeadResponse[], required
    - `id` string, uuid, required
    - `user_id` string, required
    - `type` string, required
    - `mode` 'EMAIL', required
    - `sent_at` string, date-time, required
    - `tickers` string[], required
    - `source_slug` 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)
