Skip to main content
GET
List Contacts
List all contacts in a list with optional filtering by status.

Path Parameters

string
required
The unique list ID (e.g., lst_abc123).

Query Parameters

integer
default:"1"
Page number for pagination.
integer
default:"20"
Number of items per page (max 100).
string
Filter by contact status: active, unsubscribed, bounced, complained, or suppressed.

Examples

Response

array
Array of contact objects.
object
Pagination metadata.
Example Response