---
title: "Event Logs Clients View"
method: GET
path: "/security/notifier/v1/event_logs"
tags: ["Event Logs"]
---

# Event Logs Clients View

`GET /security/notifier/v1/event_logs`

## Query parameters

- `date_from` union
  - string, date-time
  - string
- `date_to` union
  - string, date-time
  - string
- `alert_type` 'ddos_alert' | 'rtbh_alert'
- `targeted_ip_addresses` string, nullable
- `ordering` 'attack_start_time' | '-attack_start_time' | 'attack_power_bps' | '-attack_power_bps' | 'attack_power_pps' | '-attack_power_pps' | 'number_of_ip_involved_in_attack' | '-number_of_ip_involved_in_attack' | 'alert_type' | '-alert_type'
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- LimitOffsetPageTypeVarCustomizedEventLogClientsOutSchema
  - `results` EventLogClientsOutSchema[], required
    - `id` string, uuid, required
    - `alert_type` 'ddos_alert' | 'rtbh_alert'
    - `client_id` integer, nullable
    - `notification_type` string, nullable
    - `attack_start_time` string, date-time, nullable
    - `attack_power_bps` number, nullable
    - `attack_power_pps` number, nullable
    - `number_of_ip_involved_in_attack` integer, nullable
    - `targeted_ip_addresses` string, nullable
  - `count` integer, nullable, required
  - `limit` integer, nullable, required
  - `offset` integer, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation Error

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
