---
title: "Retrieve a user segment"
method: GET
path: "/v4/users/segments/{segmentId}"
tags: ["Users"]
---

# Retrieve a user segment

`GET /v4/users/segments/{segmentId}`

Retrieves a user segment.

## Path parameters

- `segmentId` string, required

## Response `200`

OK

- UserSegmentResponse
  - `id` string — The User Segment id.
  - `label` string — The User Segment label.
  - `description` string — The User Segment description.
  - `active` boolean — The User Segment active status.
  - `archived` boolean — The User Segment archive status.

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/versions/789812d35ac8/schema)
