---
title: "Get Contacts"
method: GET
path: "/api/v3/contacts"
tags: ["Contacts"]
---

# Get Contacts

`GET /api/v3/contacts`

## Query parameters

- `institution_id` string
- `ids` integer[]

## Response `200`

Successful Response

- AppTypesContactsContactResponseContactResponse[]
  - `id` integer, nullable
  - `full_name` string, required
  - `title` string, required
  - `email` string, nullable
  - `phone` string, nullable
  - `institution_id` string, required
  - `updated_at` string, date-time, nullable
  - `scrape_timestamp` string, date-time, nullable
  - `scraper_filename` string, nullable
  - `email_status` string, nullable
  - `entity_name` string, nullable
  - `mailing_address` string, nullable
  - `search_metadata` SearchMetadata
    - `reason` string, required
    - `citations` string[], required
    - `direct_match` boolean, required
    - `verified` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
