---
title: "Get Build Events"
method: GET
path: "/api/v1/build/{job_id}/events"
tags: ["Chat"]
---

# Get Build Events

`GET /api/v1/build/{job_id}/events`

Get events for a specific build job.

Requires authentication and ownership verification. A job owner is registered
when build_flow is called; if a registered owner does not match the requesting
user the endpoint returns 404 to avoid leaking job existence.
Jobs started via build_public_tmp have no registered owner and remain accessible
to any authenticated user.

## Path parameters

- `job_id` string, required

## Query parameters

- `event_delivery` 'streaming' | 'direct' | 'polling'

## Response `200`

Successful Response

- unknown

## 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/versions/22962dc5e81b/schema)
