---
title: "Get contacts for a newsletter"
method: GET
path: "/messaging/newsletter/{id}/contacts"
tags: ["messaging"]
---

# Get contacts for a newsletter

`GET /messaging/newsletter/{id}/contacts`

Returns contacts from the newsletter's target lists. Supports filtering by subscription status, pagination, and sorting.

## Path parameters

- `id` string, required

## Query parameters

- `status` 'subscribed' | 'unsubscribed'
- `skip` integer
- `limit` integer
- `sort` string
- `sort_direction` 'asc' | 'desc'

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized
- `404` — Newsletter not found

---

[API](https://skmtc.net/rasa/apis/rasa-io-api.md) · [All operations](https://skmtc.net/rasa/apis/rasa-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rasa/rasa-io-api/versions/60891bc551db/schema)
