---
title: "Get Flow Events"
method: GET
path: "/api/v1/flows/{flow_id}/events"
tags: ["Flow Events"]
---

# Get Flow Events

`GET /api/v1/flows/{flow_id}/events`

## Path parameters

- `flow_id` string, uuid, required

## Query parameters

- `since` number — UTC timestamp to get events after

## Response `200`

Successful Response

- FlowEventsResponse
  - `events` FlowEventResponse[], required
    - `summary` string, required
    - `timestamp` number, required
    - `type` string, required
  - `settled` boolean, required

## Other responses

- `422` — Validation Error

---

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