---
title: "List existing event flows."
method: GET
path: "/event-flows"
tags: ["Event Flows"]
---

# List existing event flows.

`GET /event-flows`

Returns a shallow list of event flows without the full node tree. Use the single resource endpoint to retrieve the complete event flow including all nodes and branches.

## Query parameters

- `start-index` integer
- `max-results` integer

## Response `200`

The event flows

- EventFlowListItem[]
  - `id` integer
  - `name` string
  - `teams` TeamRel[]
    - `id` integer
    - `name` string

---

[API](https://skmtc.dev/ilert/apis/ilert-rest-api.md) · [All operations](https://skmtc.dev/ilert/apis/ilert-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ilert/ilert-rest-api/revisions/cb7d5a5f9ab8/schema)
