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

# List profile segments

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

Get a paginated list of the segments defined in a profile.

Each entry carries the number of contacts currently matching it, which is recalculated on
read rather than stored. Use `count_type` to count either every matching contact or only
the subscribed ones.

## Path parameters

- `profileUuid` string, required

## Query parameters

- `count_type` 'all' | 'subscribed'
- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` ReachV1ContactsSegmentsSegmentListItemResource[] — Array of [`Reach.V1.Contacts.Segments.SegmentListItemResource`](#model/reachv1contactssegmentssegmentlistitemresource)
    - `uuid` string
    - `name` string
    - `contacts_count` integer — Contacts currently matching the segment conditions
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

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

---

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