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

# Retrieve record list

`POST /main.eventlog.list`

Retrieves a list of specified records.

## Request body

- object
  - `select` string[]
  - `filter` unknown[]
    - unknown
  - `order` object
    - `id` string
    - `timestampX` string
    - `auditTypeId` string
    - `userId` string
    - `guestId` string
  - `pagination` object
    - `page` integer
    - `limit` integer
    - `offset` integer

## 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.

## 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.list/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)
