> For the complete documentation index, see [llms.txt](https://api.senderwiz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.senderwiz.com/customer/segments.md).

# Segments

- [Get All List Segments](https://api.senderwiz.com/customer/segments/get-all-list-segments.md): Retrieve all segments created within a specific subscriber list. Each segment includes a unique identifier, name, and the number of subscribers it contains.
- [Get One List Segment](https://api.senderwiz.com/customer/segments/get-one-list-segment.md): Retrieve the full details of a single segment, including conditions, match type, subscriber count, and creation timestamp. Ideal for viewing dynamic list filters configured for targeted sending.
- [Get All Subscribers](https://api.senderwiz.com/customer/segments/get-all-subscribers.md): Retrieve paginated subscribers from a specific segment within a list. This endpoint is helpful for filtering contacts based on segment rules and viewing their status and metadata.
- [Create a List Segment](https://api.senderwiz.com/customer/segments/create-a-list-segment.md): Create a new list segment using custom field conditions, campaign behavior filters, or both. Ideal for targeting subscribers with highly specific criteria for campaigns or automation workflows.
- [Update a List Segment](https://api.senderwiz.com/customer/segments/update-a-list-segment.md): Update an existing list segment using new field or campaign conditions. Only the submitted conditions will be retained; any existing ones not included will be removed.
- [Delete a List Segment](https://api.senderwiz.com/customer/segments/delete-a-list-segment.md): Permanently delete a segment from a subscriber list. This action will remove the segment and its conditions from the list.
- [Get All List Segment Condition Operators](https://api.senderwiz.com/customer/segments/get-all-list-segment-condition-operators.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.senderwiz.com/customer/segments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
