---
title: "Get lists"
method: GET
path: "/api/v1/contacts/lists"
tags: ["Lists"]
---

# Get lists

`GET /api/v1/contacts/lists`

This API endpoint retrieves all your lists.

## Query parameters

- `pageSize` number
- `pageNumber` number
- `sort` string
- `order` 'ASC' | 'DESC'

## Response `200`

Entity given

- ListModel
  - `name` string, required
  - `dynamic` boolean, required
  - `deleted` boolean, required
  - `workspaceId` number, required
  - `owner` string, required
  - `lastAddedContactAt` string, required
  - `listId` number, required

## Other responses

- `401` — Unauthorized user

---

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