---
title: "List Contacts"
method: GET
path: "/api/v1/saved-contacts/{project_id}/contacts"
tags: ["saved-contacts"]
---

# List Contacts

`GET /api/v1/saved-contacts/{project_id}/contacts`

## Query parameters

- `search` string, nullable
- `status` string, nullable
- `layer_id` string, uuid, nullable
- `favorites_only` boolean
- `sort_by` string
- `sort_dir` string
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- SavedContactListResponse
  - `contacts` SavedContactResponse[], required
    - `id` string, uuid, required
    - `project_id` string, uuid, required
    - `full_name` string, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `job_title` string, nullable
    - `job_company_name` string, nullable
    - `work_email` string, nullable
    - `personal_email` string, nullable
    - `phone` string, nullable
    - `mobile_phone` string, nullable
    - `linkedin_url` string, nullable
    - `location_name` string, nullable
    - `source_attribution` string, nullable
    - `status` string, required
    - `is_favorite` boolean
    - `created_by` string, uuid, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `note_count` integer
    - `feature_link_count` integer
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

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