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

# Get Contact Lists

> List contact lists in a Brevo account.

**Get Contact Lists** retrieves one page of contact lists from Brevo.

## Inputs

| Input                   | Type          | Required | Description                                      |
| ----------------------- | ------------- | -------- | ------------------------------------------------ |
| **Third-party account** | Brevo account | Yes      | The Brevo account to inspect.                    |
| **Limit**               | Number        | No       | Lists to return, from 0 to 50. Defaults to 50.   |
| **Offset**              | Number        | No       | Lists to skip. Defaults to 0.                    |
| **Sort**                | Choice        | No       | Sort by creation time. Defaults to newest first. |

## Outputs

| Output    | Type            | Description                                   |
| --------- | --------------- | --------------------------------------------- |
| **Lists** | List of objects | The requested page of Brevo contact lists.    |
| **Count** | Number          | Total contact lists in the connected account. |

Each list exposes **List ID**, **Name**, **Folder ID**, and **Unique
Subscribers**.

<Tip>
  If **Count** exceeds **Limit**, increase **Offset** in another action to
  retrieve the next page.
</Tip>
