---
title: "Get Campaign Leads"
method: GET
path: "/v1/campaigns/leads"
tags: ["Campaigns"]
---

# Get Campaign Leads

`GET /v1/campaigns/leads`

Return all leads matching the given channel + classification filters.

## Query parameters

- `channels` string[]
- `classifications` string[]
- `whatsapp_profile_id` string, nullable

## Response `200`

Successful Response

- GetCampaignLeadsResponse
  - `leads` CampaignLeadPreview[], required
    - `LeadID` string, required
    - `FirstName` string, required
    - `LastName` string, nullable
    - `Channel` string, required
    - `Classification` string, required
    - `Username` string, nullable
    - `PhoneNumber` string, nullable
    - `ProfilePictureURL` string, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
