---
title: "GET /api/v4/talks/{id}"
method: GET
path: "/api/v4/talks/{id}"
---

# GET /api/v4/talks/{id}

`GET /api/v4/talks/{id}`

Get talk by id.

## Path parameters

- `id` integer, required

## Response `200`

The request has succeeded.

- union
  - Talk
    - `talk_id` integer
    - `created_at` integer
    - `updated_at` integer
    - `rate` integer
    - `contact_id` integer
    - `chat_id` string
    - `entity_id` integer, nullable
    - `entity_type` string, nullable
    - `is_in_work` boolean
    - `is_read` boolean
    - `origin` string
    - `missed_at` integer, nullable
    - `account_id` integer
    - `_links` object
    - `_embedded` TalkEmbedded
      - `contacts` RefEntity[]
        - `id` integer
        - `_links` object
      - `leads` RefEntity[]
        - `id` integer
        - `_links` object
      - `customers` RefEntity[]
        - `id` integer
        - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
