---
title: "Get all the Segments"
method: GET
path: "/contacts/segments"
tags: ["Contacts"]
---

# Get all the Segments

`GET /contacts/segments`

## Query parameters

- `limit` integer, required
- `offset` integer, required
- `sort` 'asc' | 'desc'

## Response `200`

Folders informations

- GetSegments
  - `segments` GetSegmentsSegments
    - `id` integer — ID of the list
    - `segmentName` string — Name of the Segment
    - `categoryName` string, string — Name of the Segment Category
    - `updatedAt` string — Updation UTC date-time of the segment (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `count` integer — Number of Segments available in your account

## Other responses

- `400` — bad request

---

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