---
title: "Create Flow Event"
method: POST
path: "/api/v1/flows/{flow_id}/events"
tags: ["Flow Events"]
---

# Create Flow Event

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

Append an event to a flow's event queue.

## Path parameters

- `flow_id` string, uuid, required

## Request body

- FlowEventCreate
  - `summary` string
  - `type` 'component_added' | 'component_removed' | 'component_configured' | 'connection_added' | 'connection_removed' | 'flow_updated' | 'flow_settled', required

## Response `201`

Successful Response

- FlowEventResponse
  - `summary` string, required
  - `timestamp` number, required
  - `type` string, 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)
