---
title: "Метод отслеживания"
method: POST
path: "/main.eventlog.tail"
tags: ["main"]
---

# Метод отслеживания

`POST /main.eventlog.tail`

Получить последние записи

## Request body

- object
  - `select` string[]
  - `filter` unknown[]
    - unknown
  - `cursor` object

## Response `200`

Success response

- object
  - `result` BitrixMainEventlogdto[]
    - `id` integer — Уникальный идентификатор записи в журнале событий
    - `timestampX` string, date-time — Дата и время когда произошло событие
    - `severity` string — Уровень серьезности события (INFO, WARNING, ERROR, etc.)
    - `auditTypeId` string — Идентификатор типа аудиторского события
    - `moduleId` string — Модуль в котором произошло событие
    - `itemId` string — Идентификатор элемента связанного с событием
    - `remoteAddr` string — IP адрес пользователя вызвавшего событие
    - `userAgent` string — Браузер и операционная система пользователя
    - `requestUri` string — URL по которому был выполнен запрос
    - `siteId` string — Идентификатор сайта на котором произошло событие
    - `userId` integer — Идентификатор пользователя вызвавшего событие
    - `guestId` integer — Идентификатор гостя (неавторизованного пользователя)
    - `description` string — Подробное описание произошедшего события

## Changes

- **2026-04-05** `c628e6f4d8af` — 1 breaking, 13 info
  - the `result/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `result/items/auditTypeId` to the response with the `200` status
  - added the optional property `result/items/description` to the response with the `200` status
  - added the optional property `result/items/guestId` to the response with the `200` status
  - …10 more
- **2026-03-29** `fed93287faf0` — 1 breaking, 13 warning
  - the `result/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `result/items/auditTypeId` from the response with the `200` status
  - removed the optional property `result/items/description` from the response with the `200` status
  - removed the optional property `result/items/guestId` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/changes/main.eventlog.tail/post.md)

---

[API](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api.md) · [All operations](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitrix24/bitrix24-rest-v3-api/revisions/cc1e4e725c8c/schema)
