---
title: "Bridge ended notification"
method: POST
path: "/internal/v1/agentic-dial/bridge-ended"
tags: ["External Events"]
---

# Bridge ended notification

`POST /internal/v1/agentic-dial/bridge-ended`

Internal endpoint that receives notifications when a call bridge (transfer) completes. Triggered automatically by the telephony system after a bridged call ends, allowing configured project functions to process bridge metadata and call duration information.

## Request body

- object
  - `conversation_id` string, required — The unique identifier for the conversation
  - `bridge_duration_seconds` number, required — Duration of the bridge/transfer in seconds
  - `call_duration_seconds` number, required — Total call duration in seconds

## Response `200`

Bridge ended notification received and processed successfully.

## Other responses

- `400` — Malformed request (for example, missing required fields).
- `500` — Internal Server Error.

---

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