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

# List Contacts

`GET /v1/projects/{project_id}/contacts`

List all contacts for a project.

Returns Person nodes with CONTACT_FOR relationships to the project,
including company information if available.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- ContactsResponse
  - `contacts` AppApiProjectsContactOut[], required
    - `key` string, required
    - `email` string, required
    - `name` string, nullable, required
    - `role` string, nullable, required
    - `priority` integer, nullable, required
    - `notes` string, nullable, required
    - `last_contacted_at` string, nullable, required
    - `created_at` string, nullable, required
    - `company` ContactCompany, required
      - `name` string, nullable, required
      - `domain` string, nullable, required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

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