---
title: "List lists"
method: GET
path: "/lists"
tags: ["Lists"]
---

# List lists

`GET /lists`

Returns a list of lists. Returns list metadata without entry counts.

## Query parameters

- `limit` integer
- `cursor` string
- `type` 'PERSONAL' | 'WORKSPACE'

## Response `200`

Successfully retrieved lists.

- ListsResponseDto
  - `items` ListDto[], required
    - `id` string, required
    - `name` string, required
    - `colorHex` string, required
    - `type` 'PERSONAL' | 'WORKSPACE', required
    - `entityType` 'candidate' | 'client' | 'clientContact', required
    - `createdBy` UserBadgeDto, required
      - `id` string, required
      - `name` string, required
      - `avatarUrl` string, nullable, required
      - `deactivatedAt` string, date-time, required
    - `createdAt` string, date-time, required
  - `pagination` object, required
    - `cursor` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
