---
title: "GET /v4/campaign-lists/{owner}/{name}"
method: GET
path: "/v4/campaign-lists/{owner}/{name}"
tags: ["Campaign Lists"]
---

# GET /v4/campaign-lists/{owner}/{name}

`GET /v4/campaign-lists/{owner}/{name}`

Get the campaign IDs in a single named list. Returns 404 if the list does not exist.

## Path parameters

- `owner` string, required — List owner address (validated and checksum-normalized)
- `name` string, required — List name (case-insensitive)

## Response `200`

Response for status 200

- object
  - `owner` string, required
  - `name` string, required
  - `campaignIds` string[], required
  - `size` number, required

---

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