---
title: "Get contact entries"
method: GET
path: "/api/v2/contact_entries"
tags: ["Contact Entries"]
---

# Get contact entries

`GET /api/v2/contact_entries`

List contact entries with optional filters and pagination.

## Query parameters

- `filter` union — Filter schema for `contact_entry` list endpoints — pass a single condition or a logical group.
  - FilterContactEntry — Filter parameters for listing contact entries. Supports filtering by contactable type (company or person), contact type, and parent company or person ID. Standard ID operators apply.
    - `contactable_id` union — Filter by the ID of the contactable resource (person or company).
      - object — Filter using explicit operator syntax.
        - `not_eq` ContactableId — unresolved $ref
        - `contains` ContactableId — unresolved $ref
        - `eq` ContactableId — unresolved $ref
        - `not_contain` ContactableId — unresolved $ref
      - ContactableId — unresolved $ref
    - `subsidiary_id` union — Filter by the associated subsidiary.
      - object — Filter using explicit operator syntax.
        - `contains` SubsidiaryId — unresolved $ref
        - `eq` SubsidiaryId — unresolved $ref
        - `not_contain` SubsidiaryId — unresolved $ref
        - `not_eq` SubsidiaryId — unresolved $ref
      - SubsidiaryId — unresolved $ref
    - `invoice_id` union — Filter by the associated invoice.
      - InvoiceId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` InvoiceId — unresolved $ref
        - `eq` InvoiceId — unresolved $ref
        - `not_contain` InvoiceId — unresolved $ref
        - `contains` InvoiceId — unresolved $ref
    - `contactable_type` union — Filter by the type of the contactable resource (person or company).
      - ContactableType — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` ContactableType — unresolved $ref
        - `eq` ContactableType — unresolved $ref
        - `contains` ContactableType — unresolved $ref
        - `not_eq` ContactableType — unresolved $ref
    - `person_id` union — Filter by the associated person.
      - object — Filter using explicit operator syntax.
        - `not_eq` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
        - `not_contain` PersonId — unresolved $ref
        - `contains` PersonId — unresolved $ref
      - PersonId — unresolved $ref
    - `company_id` union — Filter by client company.
      - object — Filter using explicit operator syntax.
        - `not_contain` CompanyId — unresolved $ref
        - `contains` CompanyId — unresolved $ref
        - `not_eq` CompanyId — unresolved $ref
        - `eq` CompanyId — unresolved $ref
      - CompanyId — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection contact entry

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
