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

# Get profile segment details

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

Get a single segment of a profile, including the conditions that define it.

To retrieve the contacts currently matching those conditions, use the segment contacts
endpoint instead.

## Path parameters

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

## Response `200`

Success response

- ReachV1ContactsSegmentsSegmentResource
  - `uuid` string
  - `name` string
  - `query` unknown[]
    - unknown
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

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

## Changes

- **2026-08-07** `796bd5194565` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/reach/v1/profiles/:profileUuid/segmentation/segments/:segmentUuid/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/53ccee45e5eb/schema)
