---
title: "List all EventSource integrations"
method: GET
path: "/integrations/eventsource"
tags: ["eventsource"]
---

# List all EventSource integrations

`GET /integrations/eventsource`

Retrieves the current EventSource integration configurations for a specific integration type in the project. Returns configuration details and status information.

## Response `200`

OK

- EventSourceConfigCollection
  - `data` EventSourceConfig[]
    - `config` EventSourceConfigPayload, required
      - `source` string, required
    - `id` string, required
    - `name` string, required
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
