---
title: "A manually managed audience segment"
method: GET
path: "/api/segments/{id}"
tags: ["segments"]
---

# A manually managed audience segment

`GET /api/segments/{id}`

Retrieve details of a single manually-managed audience segment specified by ID.

### Integration Tip:
- Includes segment type (`manual`), configuration, and metadata.
- Automatic/system-generated segments cannot be queried or updated via this endpoint.

## Path parameters

- `id` integer, required

## Response `200`

The audience segment

- object

## Other responses

- `401` — Unauthorized
- `404` — Audience Segment Not Found

---

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