---
title: "Get verification statistics for a lead list"
method: GET
path: "/api/v2/lead-lists/{id}/verification-stats"
tags: ["LeadList"]
---

# Get verification statistics for a lead list

`GET /api/v2/lead-lists/{id}/verification-stats`

Get verification statistics for a lead list

## Path parameters

- `id` string, uuid, required

## Response `200`

Default Response

- object
  - `stats` object, required — Sums up the leads by their verification status
    - `verified` number — Count of verified leads
    - `invalid` number — Count of invalid leads
    - `risky` number — Count of risky leads
    - `catch_all` number — Count of catch all leads
    - `job_change` number — Count of job change leads
    - `verification_job_pending_leadfinder` number — Count of verification job pending leads for leadfinder
    - `verification_job_pending_user` number — Count of verification job pending leads for user
  - `total_leads` number, required — Total number of leads in the list

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.dev/instantly/apis/api-explorer.md) · [All operations](https://skmtc.dev/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/instantly/api-explorer/revisions/378d1e253fe7/schema)
