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

_Merkl API_

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

### Path parameters

- `owner` (string) _(required)_
- `name` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/campaign-lists/{owner}/{name}" \
  -H "x-api-key: YOUR_API_KEY"
```