> ## Documentation Index
> Fetch the complete documentation index at: https://docs.syntr.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Audience Lists

> Fetch all segment categories and their aggregate metrics.

### Query Parameters

<ParamField query="page" type="integer">
  Page number
</ParamField>

<ParamField query="search" type="string">
  Search list name
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "lists": [
        {
          "id": "a0ee-9c0b",
          "name": "Leads",
          "count": 8820
        }
      ],
      "pagination": {
        "page": 1,
        "limit": 10,
        "total": 1,
        "pages": 1
      }
    }
  }
  ```
</ResponseExample>
