---
title: "Get event consumers."
method: GET
path: "/api/event-consumers"
tags: ["EventConsumers"]
---

# Get event consumers.

`GET /api/event-consumers`

## Response `200`

Event consumers returned.

- EventConsumersDto
  - `_links` object, required — The links.
  - `items` EventConsumerDto[], required — The event consumers.
    - `_links` object, required — The links.
    - `isStopped` boolean, required — Indicates if the event consumer has been started.
    - `isResetting` boolean, required — Indicates if the event consumer is resetting at the moment.
    - `count` integer, required — The number of handled events.
    - `name` string, required — The name of the event consumer.
    - `error` string, nullable — The error details if the event consumer has been stopped after a failure.
    - `position` string, nullable — The position within the vent stream.

## Other responses

- `500` — Operation failed.

---

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