---
title: "List events"
method: GET
path: "/storage/notifications/v1/events"
tags: ["Notifications"]
---

# List events

`GET /storage/notifications/v1/events`

Returns configured notification events for the client. Shows all active thresholds for storage usage, file count, traffic, and request limits.

## Response `200`

EventsResponse

- EventsResponse — Events for storage notification
  - `reaching_files_quantity` LimitByCount[]
    - `bucket_name` string
    - `count` integer
    - `storage_name` string
    - `uuid` string
  - `reaching_used_requests` LimitByCount[]
    - `bucket_name` string
    - `count` integer
    - `storage_name` string
    - `uuid` string
  - `reaching_used_space` LimitByBytes[]
    - `bucket_name` string
    - `bytes` integer
    - `storage_name` string
    - `uuid` string
  - `reaching_used_traffic` LimitByBytes[]
    - `bucket_name` string
    - `bytes` integer
    - `storage_name` string
    - `uuid` string

## Other responses

- `400` — ErrResponse
- `401` — ErrResponse
- `409` — ErrResponse

---

[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)
