---
title: "Get Filevine Draft Contact By Call"
method: GET
path: "/filevine/draft-contact/by-call/{call_id}"
tags: ["Filevine"]
---

# Get Filevine Draft Contact By Call

`GET /filevine/draft-contact/by-call/{call_id}`

Return the Filevine contact extracted from a call's transcript, if any.

Returns the contact whether it's still a draft or has been promoted to a real
Filevine contact — the call detail card renders both states.

Available to all authenticated users of the customer so the call detail card renders.

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- FilevineDraftContactResponse — LLM-drafted Filevine contact derived from a call transcript (not yet synced).
  - `filevine_contact_id` string, uuid, required
  - `call_id` string, uuid, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, nullable
  - `mobile` string, nullable
  - `phone_office` string, nullable
  - `phone_home` string, nullable
  - `person_types` string[]
  - `notes` string, nullable
  - `is_draft` boolean
  - `filevine_id` integer, nullable
  - `matched_from_phone` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## 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)
