---
title: "Get all leads"
method: GET
path: "/leads/limit/5;0"
tags: ["Leads"]
---

# Get all leads

`GET /leads/limit/5;0`

Use the Get all leas API request if you want to retreive all the leads details. Apply various request parameters as filters to segment and limit the number of records.

## Query parameters

- `fields` string

## Response `200`

Successful operation / Get all leads where id between 100-110 / Successful operation

- object
  - `leads` object[]
    - `address1` string, nullable
    - `address2` string, nullable
    - `api_user_id` unknown
    - `birthdate` string, nullable
    - `city` string, nullable
    - `country_id` string
    - `created_at` string
    - `customFields` object
      - `Last_Deposit_Attempt` string
      - `Last_Online_Time` string
      - `custom_date` string
      - `custom_string` string
      - `date_field` string
      - `solitics_data` string
      - `solitics_event_id` string
      - `solitics_events` string
      - `testf_dsftest` string
    - `duplicate_of` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `hlr` string
    - `id` string
    - `is_deleted` string
    - `is_do_not_call` string
    - `is_error_msg` unknown
    - `is_locked` string
    - `last_name` string, nullable
    - `lat` string, nullable
    - `lead_file_id` string, nullable
    - `lng` string, nullable
    - `loan_amount` string, nullable
    - `locked_user_id` string, nullable
    - `original_identifier` string, nullable
    - `parsing_state` string
    - `phone` string
    - `phone2` unknown
    - `phone_normalized` string
    - `phone_normalized2` unknown
    - `purchase_amount` string
    - `purchase_card_digits` string
    - `purchase_card_name` string, nullable
    - `purchase_card_type` string, nullable
    - `purchase_date` string
    - `purchase_product_name` string, nullable
    - `purchase_site` string, nullable
    - `remote_adapter_id` string
    - `state` string, nullable
    - `support_site` string, nullable
    - `timezone` string, nullable
    - `timezone_id` string
    - `updated_at` string
    - `zip` unknown
  - `total_leads` number

## Other responses

- `404` — Failed Operation

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/versions/eacecf960bb6/schema)
