---
title: "Get conversation by contact"
method: GET
path: "/contacts/{contact}/conversations"
tags: ["Contacts"]
---

# Get conversation by contact

`GET /contacts/{contact}/conversations`

REQUIRED SCOPES <code>['contacts:read']</code><br> Get conversation by contact

## Path parameters

- `contact` integer, required

## Response `200`

OK

- ConversationResource — Class ConversationResource
  - `id` integer
  - `inbox_id` integer
  - `contact_id` integer
  - `user_id` integer
  - `last_message_at` string
  - `last_manual_message_at` string
  - `last_read_at` string
  - `has_tagging` boolean
  - `tagging_last_message_at` string
  - `tagging_last_read_at` string
  - `started_at` string
  - `closed_at` string
  - `owner` UserResource — Class UserResource
    - `id` integer
    - `email` string
    - `first_name` string
    - `last_name` string
    - `full_name` string
    - `role` string
    - `inbox_id` integer
    - `organization_id` integer
    - `photo_url` string
    - `unread` integer
    - `number` string
    - `formatted_number` string
    - `isRingEverywhere` boolean
    - `organizationNumber` object[]
      - `id` integer
      - `country` string
      - `number` string
      - `formatted_number` string
      - `mms` string
    - `userPermissions` string[]
  - `number_id` integer
  - `number` NumberResource — Class NumberResource
    - `id` integer
    - `organization_id` integer
    - `country` string
    - `state` string
    - `city` string
    - `number` string
    - `number_vendor_id` integer
    - `country_calling_code` string
    - `national_number` string
    - `formattedNumber` string
    - `formatted_number` string
    - `short_code` integer
    - `is_landline` integer
    - `is_toll_free` boolean
    - `is_mobile` boolean
    - `is_aircall` boolean
    - `voice` boolean
    - `use_organization_call_settings` boolean
    - `voice_outbound` boolean
    - `mms` boolean
    - `disabled` boolean
    - `has_profile` boolean
    - `verified_status` string
    - `area_code` object
      - `id` integer
      - `area_code` string
      - `state_code` string
      - `state_name` string
      - `country_code` string
      - `time_zone` string
      - `group_id` integer
    - `landline` object
      - `id` integer
      - `number_id` integer
      - `address_sid` string
      - `sid` string
      - `document_sid` string
      - `status` string
      - `verification_attempts` integer
      - `last_verify_attempt_at` string
      - `landline_name` string
      - `street_address` string
      - `city` string
      - `state` string
      - `zip_code` string
      - `completed` integer
      - `created_at` string
      - `updated_at` string
    - `number_vendor` object
      - `id` integer
      - `is_active` boolean
      - `key` string
      - `name` string
      - `credentials_prefix` string
      - `twilio_sid` string
      - `twilio_auth_token` string
      - `is_billable` integer
      - `created_at` string
      - `updated_at` string
    - `number_caller_id` object
      - `caller_id_sid` string
      - `verified` boolean
      - `failed_reason` string
    - `call_forwarding` object
      - `id` integer
      - `number_id` integer
      - `is_active` boolean
      - `is_screening` boolean
      - `is_call_whisper` boolean
      - `call_whisper` string
      - `country` string
      - `number` string
      - `country_calling_code` string
      - `national_number` string
      - `formatted_number` string
      - `extension` string
      - `created_at` string
      - `updated_at` string
    - `numberable_id` integer
    - `numberable_type` string
    - `numberable` union
      - object
        - `id` integer
        - `organization_id` integer
        - `owner_id` integer
        - `team_id` integer
        - `name` string
        - `created_at` string
        - `updated_at` string
      - object
        - `id` integer
        - `organization_id` integer
        - `owner_id` integer
        - `name` string
        - `inbox_identifier` string
        - `last_assigned_user_id` integer
        - `default_assigned_user_id` integer
  - `allow_call` boolean
  - `name` string
  - `group_name` string
  - `is_group` boolean
  - `participants` ContactResource[]
    - `id` integer — Returns the contact in array format.
    - `owner_id` integer
    - `color` string
    - `first_name` string
    - `last_name` string
    - `full_name` string
    - `email` string
    - `photo_url` string
    - `number` string
    - `country` string
    - `country_calling_code` string
    - `national_number` string
    - `typeted_number` string
    - `is_blocked` boolean
    - `opt_out` boolean
    - `opt_out_at` string
    - `opt_in_request_at` string
    - `opt_in_requests` object[]
      - `number_id` integer
    - `opt_in_at` string
    - `shortcode_opt_outs` object[]
      - `id` integer
      - `number_id` integer
      - `name` string
      - `disabled` boolean
      - `timestamp` string
      - `value` boolean
    - `created_at` string
    - `updated_at` string
    - `integration_vendor_id` integer
    - `prevent_autolink` boolean
    - `integration` object[]
      - `id` integer
      - `key` string
      - `name` string
      - `photo_url` string
    - `custom_fields` ContactCustomFieldResource[]
      - `id` integer
      - `custom_field_id` integer
      - `contact_id` integer
      - `field_key` string
      - `organization_id` integer
      - `text` string
      - `number` integer
      - `date` string
      - `created_at` string
      - `updated_at` string
      - `value` object[]
        - `type` string
        - `value` string
    - `tags` ContactTagResource[]
      - `id` integer
      - `name` string
      - `label` string
      - `created_at` string
    - `notes` object[]
      - `id` integer
      - `text` string
      - `created_at` string
      - `updated_at` string
  - `reassign_logs` ReassignLogResource[]
    - `id` integer
    - `conversation_id` integer
    - `organization_id` integer
    - `changer_user` object[]
      - `user_id` integer
      - `first_name` string
      - `last_name` string
    - `current_user` object[]
      - `user_id` integer
      - `first_name` string
      - `last_name` string
    - `created_at` string

---

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