# Segments: Sendinblue Segments
Get all the segments
Retrieve all contact segments defined in your Brevo account with support for pagination and sorting. Results default to 10 segments per page (maximum 50) sorted in descending order of creation. Each segment includes its ID, name, category name, and last update timestamp.
- Catalog: `Brevo`
- Schema: `Contacts`
- Primary Keys: `id`
- Label: Segments
This is a read-only table. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
## Table Columns
The columns of the table `Segments` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `categoryName` | `varchar2` | | ☐ | Name of the Segment Category |
| `id` | `int64` | ID | ☐ | ID of the segment |
| `segmentName` | `varchar2` | | ☐ | Name of the Segment |
| `updatedAt` | `varchar2` | | ☐ | Last update UTC date-time of the segment (YYYY-MM-DDTHH:mm:ss.SSSZ) |