---
title: "List Filevine Contacts"
method: GET
path: "/filevine/contacts"
tags: ["Filevine"]
---

# List Filevine Contacts

`GET /filevine/contacts`

List locally synced Filevine contacts (developer only).

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- FilevineListContactsResponse — Response from listing locally synced contacts
  - `success` boolean, required
  - `contacts` FilevineContactItem[]
    - `contact_id` integer, required
    - `first_name` string
    - `last_name` string
    - `email` string
    - `mobile` string
    - `phone_office` string
    - `phone_home` string
    - `person_types` string[]
  - `total` integer
  - `has_more` boolean

## 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/b642b91e0a5c/schema)
