---
title: "Retrieve contacts"
method: GET
path: "/contacts"
tags: ["Contacts"]
---

# Retrieve contacts

`GET /contacts`

Retrieve contacts

## Query parameters

- `name` string
- `account_id` string, uuid
- `ids[]` string[]

## Response `200`

Successful

- object
  - `contacts` ResponseContactObject[]
    - `id` string, uuid, required
    - `name` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, nullable, required
    - `linkedin_url` string, uri, nullable
    - `title` string, nullable
    - `location` string, nullable
    - `time_zone` string, nullable
    - `company_name` string, nullable
    - `company_domain` string, nullable
    - `owner` string, nullable
    - `last_contacted_at` string, date_time, nullable
    - `phone_numbers` ResponsePhoneNumberObject[]
      - `object` 'phone_number', required
      - `id` string, uuid, required
      - `number` string, required
      - `type` 'mobile' | 'office' | 'phone' | 'landline' | 'voip' | 'direct', required
      - `source` 'amplemarket' | 'crm' | 'user_uploaded'
      - `is_wrong_number` boolean, required
      - `is_dnc_listed` boolean — Present only when the account has phone number DNC list enabled

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.net/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/versions/57f46eaa2dc9/schema)
