---
title: "List configured user segments"
method: GET
path: "/forecaster/udb/segments/settings"
tags: ["Static Audiences"]
---

# List configured user segments

`GET /forecaster/udb/segments/settings`

Read back the user segments currently configured as static.

The response is the same JSON object shape accepted by the corresponding `POST` endpoint, so the body returned here can be sent straight back to reconfigure the set. Keys are the numeric segment IDs (as strings) and values are always `"static"`.

## Response `200`

Normal response, containing a JSON object of the configured static user segments.

- object

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/revisions/0ca55f45aa7d/schema)
