---
title: "Метод получения списка"
method: POST
path: "/main.eventlog.list"
tags: ["main"]
---

# Метод получения списка

`POST /main.eventlog.list`

Получить список записей по выбору

## 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[] — unresolved $ref

## Changes

- **2026-03-29** `fed93287faf0` — 1 breaking, 13 warning
  - the `result/items/` response's property type changed from `object` to no type 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/fed93287faf0/schema)
