---
title: "Retrieve record"
method: POST
path: "/main.eventlog.get"
tags: ["main"]
---

# Retrieve record

`POST /main.eventlog.get`

Retrieves a record by the specified ID.

## Request body

- object
  - `id` integer, required
  - `select` string[]

## Response `200`

Success response

- object
  - `result` object
    - `item` 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.

## Changes

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

[Change history](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/changes/main.eventlog.get/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/3660cc6bfaf5/schema)
