---
title: "List Contacts"
method: GET
path: "/practicepanther/contacts"
tags: ["PracticePanther"]
---

# List Contacts

`GET /practicepanther/contacts`

List contacts from PracticePanther. Developer access required.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- PracticePantherListContactsResponse — Response from listing contacts
  - `success` boolean, required
  - `contacts` PracticePantherContactItem[]
    - `guid` string, nullable
    - `contact_guid` string, nullable
    - `name` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, nullable
    - `mobile` string, nullable
    - `phone_office` string, nullable
    - `phone_home` string, nullable
    - `status` string, nullable
  - `total` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
