---
title: "Get Phone Contact Rule"
method: GET
path: "/api/v1/identities/{agent_handle}/phone-contact-rules/{rule_id}"
tags: ["Identities"]
---

# Get Phone Contact Rule

`GET /api/v1/identities/{agent_handle}/phone-contact-rules/{rule_id}`

## Path parameters

- `rule_id` string, uuid, required
- `agent_handle` string, required

## Response `200`

Successful Response

- PhoneIdentityContactRuleResponse
  - `contact` ContactResponse
    - `id` string, uuid, required
    - `organization_id` string, required
    - `preferred_name` string, nullable, required
    - `name_prefix` string, nullable, required
    - `given_name` string, nullable, required
    - `middle_name` string, nullable, required
    - `family_name` string, nullable, required
    - `name_suffix` string, nullable, required
    - `company_name` string, nullable, required
    - `job_title` string, nullable, required
    - `birthday` string, date, nullable, required
    - `notes` string, nullable, required
    - `emails` ContactEmailItem[], required
      - `value` string, email, required
      - `label` string, nullable
      - `is_primary` boolean
    - `phones` ContactPhoneItemResponse[], required
      - `value_e164` string, required
      - `label` string, nullable
      - `is_primary` boolean
    - `websites` ContactWebsiteItem[], required
      - `url` string, required
      - `label` string, nullable
    - `dates` ContactDateItem[], required
      - `date` string, date, required
      - `label` string, required
    - `addresses` ContactAddressItem[], required
      - `street` string, nullable
      - `city` string, nullable
      - `region` string, nullable
      - `postal` string, nullable
      - `country` string, nullable
      - `label` string, nullable
    - `custom_fields` ContactCustomFieldItem[], required
      - `label` string, required
      - `value` string, required
    - `creation_source` 'manual' | 'vcard' | 'communication' | 'backfill', required
    - `review_status` 'unreviewed' | 'confirmed', required
    - `reviewed_at` string, date-time, nullable, required
    - `reviewed_by` string, nullable, required
    - `preferred_name_source` 'manual' | 'vcard' | 'provider' | 'mail_header' | 'identifier_fallback', required
    - `preferred_name_locked_at` string, date-time, nullable, required
    - `created_by_identity_id` string, uuid, nullable, required
    - `merged_into_contact_id` string, uuid, nullable, required
    - `is_auto_created` boolean, required
    - `is_confirmed` boolean, required
    - `status` 'active' | 'paused' | 'deleted', required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `access` ContactAccessResponse[] — Raw ``contact_access`` rows for this contact, inlined so the console can skip a follow-up ``GET /contacts/{id}/access`` per row. Either a single wildcard row (``identity_id=null``), an explicit per-identity list, or empty when the contact has zero legacy rows. These rows do not determine communication permissions. Always populated by the list and single-contact read paths; empty does not mean 'not loaded'.
      - `id` string, uuid, required
      - `contact_id` string, uuid, required
      - `identity_id` string, uuid, nullable, required
      - `created_at` string, date-time, required
  - `id` string, uuid, required
  - `agent_identity_id` string, uuid, required
  - `direction` 'inbound' | 'outbound' | 'both'
  - `action` 'allow' | 'block', required
  - `match_type` 'exact_number', required
  - `match_target` string, required
  - `status` 'active' | 'paused' | 'deleted', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

## Changes

- **2026-09-22** `f3dcdb50fbaa` — 1 info
  - added the optional property `direction` to the response with the `200` status
- **2026-09-15** `1393694554cc` — 1 info
  - added the optional property `contact` to the response with the `200` status

[Change history](https://skmtc.dev/inkbox/apis/inkbox-api/changes/api/v1/identities/:agent_handle/phone-contact-rules/:rule_id/get.md)

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/inkbox/apis/inkbox-api/revisions/f0f659ca327f?raw)
