---
title: "Get list size"
method: POST
path: "/api/v1/contacts/lists/lists-sizes"
tags: ["Lists"]
---

# Get list size

`POST /api/v1/contacts/lists/lists-sizes`

This API endpoint retrieves the amount of contacts per particular list.

## Request body

- SearchListsCountDto
  - `listIds` string[], required

## Response `200`

Entity given

- ListSizesResponse
  - `contactsCount` number, required
  - `listId` string, required

## Other responses

- `400` — Bad model
- `401` — Unauthorized user

---

[API](https://skmtc.dev/getprospect/apis/calls.md) · [All operations](https://skmtc.dev/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
