---
title: "Track records"
method: POST
path: "/main.eventlog.tail"
tags: ["main"]
---

# Track records

`POST /main.eventlog.tail`

Retrieves the most recent records.

## Request body

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

## Response `200`

Success response

- object
  - `result` BitrixMainEventlogdto[]
    - `id` integer — Unique event log entry ID.
    - `timestampX` string, date-time — Event date and time.
    - `severity` string — Event severity level (INFO, WARNING, ERROR, etc.)
    - `auditTypeId` string — Audit event type ID.
    - `moduleId` string — The module that produced the event.
    - `itemId` string — The ID of an item associated with the event.
    - `remoteAddr` string — The IP address of a user associated with the event.
    - `userAgent` string — The User Agent string: the user's browser and OS.
    - `requestUri` string — The URL that was used to initiate the request.
    - `siteId` string — The ID of a site associated with the event.
    - `userId` integer — The ID of a user associated with the event.
    - `guestId` integer — The ID of a guest (i.e. a user who didn't log in).
    - `description` string — Detailed event description.

---

[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/3660cc6bfaf5/schema)
