Skip to main content

Method

GET /v1/comms/lists

Query Parameters

string
Filter by list source (manual, import, signup_form, api).
number
Maximum number of results (1-100, default 50).
number
Number of results to skip for pagination (default 0).

Headers

string
required
Bearer token (requires comms:read).

Request Example

Response Fields

Each list item includes:
  • id – List ID.
  • workspace_id – Workspace owning the list.
  • name – Human-readable name.
  • description – Optional description.
  • source – How the list was created.
  • double_opt_in – Whether double opt-in is enabled.
  • member_count – Number of subscribed members.
  • created_at / updated_at – ISO timestamps.

Response Example