---
title: "Load Segments"
method: GET
path: "/segments"
tags: ["Segments"]
---

# Load Segments

`GET /segments`

Returns a list of all your available Segments. Required Access Level: ViewContacts

## Query parameters

- `limit` integer — integer
- `offset` integer — integer

## Response `200`

OK

- Segment[]
  - `Name` string, string — Segment name
  - `Rule` string, string — SQL-like rule to determine which Contacts belong to this Segment.

---

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