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

# List Lead Lists

`GET /lead-lists`

List Lead Lists

## Query parameters

- `page[size]` string
- `page[after]` string
- `page[before]` string
- `status` string
- `owner_id` string
- `owner_email` string

## Response `200`

Successful

- object
  - `lead_lists` object[]
    - `id` string
    - `name` string
    - `status` string
    - `url` string
    - `shared` boolean
    - `visible` boolean
    - `owner` string
    - `created_at` string, date_time
    - `updated_at` string, date_time
    - `type` string
  - `_links` ResponseLinksObject
    - `self` ResponseLinkObject, required
      - `href` string, required
    - `prev` ResponseLinkObject
      - `href` string, required
    - `next` ResponseLinkObject
      - `href` string, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/revisions/57f46eaa2dc9/schema)
