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

# List Contacts in a List

> List contacts that belong to a given list

# List Contacts in a List

Returns the contacts that are members of the given list.

**Required scopes:** `lists:read` and `contacts:read`

## Path Parameters

<ParamField path="listId" type="string" required />

## Query Parameters

<ParamField query="page" type="integer" default="1" />

<ParamField query="page_size" type="integer" default="50">Maximum: `200`.</ParamField>

## Response

Each item in `data` is a [Contact object](/api-reference/contacts/list-contacts).
