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

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

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

Get event by id.

## Path parameters

- `id` integer, required

## Query parameters

- `with` string

## Response `200`

The request has succeeded.

- union
  - Event
    - `id` integer
    - `type` string
    - `entity_id` integer
    - `entity_type` string
    - `created_by` integer
    - `created_at` integer
    - `value_before` object
    - `value_after` object
    - `_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)
