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

# Get segment details

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

Get details of a specific segment.

This endpoint retrieves information about a single segment identified by UUID.
Segments are used to organize and group contacts based on specific criteria.

## Path parameters

- `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

---

[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/8bdb3cfba3af/schema)
