---
title: "Get List Contacts"
method: GET
path: "/api/lists/{id}/contacts"
tags: ["Lists"]
---

# Get List Contacts

`GET /api/lists/{id}/contacts`

>
Get contacts for a list.

By default a json response is returned. To get a csv response, append `.csv` to the url path.

## Query parameters

- `segment` 'people' | 'valid' | 'risky', required

## Response `200`

successful

- ContactsResponse
  - `status` object
    - `code` integer
    - `message` string
  - `data` object[]
    - `list_name` string
    - `email_type` string, nullable
    - `email_status` string, nullable
    - `email` string, nullable
    - `full_name` string, nullable
    - `first_name` string
    - `last_name` string
    - `title` string
    - `location` string
    - `linkedin` string
    - `domain` string
    - `company` string
    - `company_domain` string
    - `company_industry` string, nullable
    - `company_subindustry` string, nullable
    - `company_size` string, nullable
    - `company_size_range` string, nullable
    - `company_founded` string, nullable
    - `company_revenue` string, nullable
    - `company_funding` string, nullable
    - `company_type` string, nullable
    - `company_linkedin` string
    - `company_twitter` string, nullable
    - `company_facebook` string, nullable
    - `company_description` string, nullable
    - `company_last_funding_round` string, nullable
    - `company_last_funding_amount` string, nullable
    - `company_last_funding_at` string, nullable
    - `company_location` string, nullable
    - `company_street` string, nullable
    - `company_locality` string, nullable
    - `company_region` string, nullable
    - `company_country` string, nullable

## Other responses

- `400` — Error getting list
- `401` — Unauthorized

---

[API](https://skmtc.dev/wiza/apis/wiza-api-documentation.md) · [All operations](https://skmtc.dev/wiza/apis/wiza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wiza/wiza-api-documentation/revisions/9773e985f208/schema)
