---
title: "List event subscriptions"
method: GET
path: "/v1/notifications/configurations/{eventId}/subscriptions"
tags: ["Notifications"]
---

# List event subscriptions

`GET /v1/notifications/configurations/{eventId}/subscriptions`

List event subscriptions.

## Path parameters

- `eventId` string, required

## Response `200`

A paginated list response for all subscriptions associated with an event.

- object
  - `data` EventSubscriptionResponse[], required
    - `id` string, uuid, required — Contains a unique identifier used for this resource.
    - `entity_type` 'billing-invoice' | 'access-token' | 'webhook' | 'dev-portal' | 'dataplane-group' | 'dataplane' | 'kai-enablement' | 'enterprise-trial', required
    - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
    - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
    - `regions` NotificationRegion[], required
    - `entities` string[], required
    - `channels` NotificationChannel[], required
      - `type` 'EMAIL' | 'IN_APP', required
      - `enabled` boolean, required
    - `enabled` boolean, required — Enable/Disable complete subscription within an event.
    - `name` string, required — User provided name of the subscription.
  - `meta` union, required
    - CursorMeta — Pagination metadata.
      - `page` CursorMetaPage, required
        - `first` string, path — URI to the first page
        - `last` string, path — URI to the last page
        - `next` string, path, nullable, required — URI to the next page
        - `previous` string, path, nullable, required — URI to the previous page
        - `size` number, required — Requested page size
    - object
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
