---
title: "List profile segment contacts"
method: GET
path: "/api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/contacts"
tags: ["Reach: Segments"]
---

# List profile segment contacts

`GET /api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/contacts`

Retrieve contacts associated with a specific segment for a given profile.

This endpoint allows you to fetch and filter contacts that belong to a particular segment,
identified by its UUID, scoped to a specific profile.

## Path parameters

- `profileUuid` string, required
- `segmentUuid` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` ReachV1ContactsSegmentsSegmentationContactResource[] — Array of [`Reach.V1.Contacts.Segments.SegmentationContactResource`](#model/reachv1contactssegmentssegmentationcontactresource)
    - `uuid` string
    - `name` string, nullable
    - `surname` string, nullable
    - `email` string
    - `subscription_status` 'subscribed' | 'unsubscribed' | 'confirmed' | 'pending'
    - `subscribed_at` string, date-time
    - `source` 'sync' | 'import' | 'manual' | 'api' | 'form' | 'checkout' | 'horizons', nullable
    - `note` string, nullable
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-08-06** `967858ce3b89` — 6 warning
  - added the new `api` enum value to the `data/items/source` response property for the response status `200`
  - added the new `checkout` enum value to the `data/items/source` response property for the response status `200`
  - added the new `confirmed` enum value to the `data/items/subscription_status` response property for the response status `200`
  - added the new `form` enum value to the `data/items/source` response property for the response status `200`
  - …2 more
- **2026-06-12** `959491420117` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/reach/v1/profiles/:profileUuid/segmentation/segments/:segmentUuid/contacts/get.md)

---

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