---
title: "List Outbound Lead Ids"
method: GET
path: "/outbound-leads/ids"
tags: ["Outbound Leads"]
---

# List Outbound Lead Ids

`GET /outbound-leads/ids`

Return just the IDs of all outbound leads matching the current filters.

## Query parameters

- `search` string, nullable — Search by name, phone, or email
- `status` string, nullable — Filter by status

## Response `200`

Successful Response

- OutboundLeadIdsResponse — Response containing just IDs of matching outbound leads.
  - `ids` string[], required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

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