---
title: "List active contact details for an assistant"
method: GET
path: "/v0/assistant/{assistant_id}/contacts"
tags: ["Assistant Management"]
---

# List active contact details for an assistant

`GET /v0/assistant/{assistant_id}/contacts`

Returns all active (non-deleted) contact details with billing metadata.

## Path parameters

- `assistant_id` integer, required

## Response `200`

Contact details returned successfully.

- InfoResponseListAssistantContactRead
  - `info` AssistantContactRead[], required
    - `id` integer, required — Unique identifier for the contact record.
    - `assistant_id` integer, required — ID of the assistant this contact belongs to.
    - `contact_type` 'phone' | 'email' | 'whatsapp', required — The type of contact detail.
    - `contact_value` string, required — The provisioned value (phone number, email address, etc.).
    - `provider` string, nullable — Provider used for provisioning (e.g., 'twilio', 'google_workspace').
    - `provisioned_by` string, required — Who provisioned this contact: 'platform' or 'user'.
    - `country_code` string, nullable — Country code for phone numbers.
    - `user_value` string, nullable — Linked user-side value (personal phone/WhatsApp for forwarding).
    - `status` string, required — Lifecycle status: 'active', 'grace_period', or 'deleted'.
    - `monthly_cost` number, nullable — Monthly cost in dollars at time of last levy.
    - `created_at` string, date-time, required — When this contact was created.
    - `updated_at` string, date-time, nullable — When this contact was last updated.
    - `grace_period_started_at` string, date-time, nullable — When the grace period started (NULL if not in grace period).

## Other responses

- `404` — Assistant not found.
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
