---
title: "Bridge Screening Calls"
method: POST
path: "/calls/screening/{screening_id}/bridge"
tags: ["Calls"]
---

# Bridge Screening Calls

`POST /calls/screening/{screening_id}/bridge`

Bridge the screening call with the original caller.

Call this endpoint after the screening status becomes "accepted".
This will connect the screened person directly with the original caller
via Twilio conference, allowing the bot to disconnect.

Requires agent token authentication.

Returns:
- **success**: Whether the bridge was successful
- **screening_id**: UUID of the screening request
- **bridged_at**: Timestamp when calls were bridged

## Path parameters

- `screening_id` string, uuid, required

## Response `200`

Successful Response

- BridgeCallsResponse — Response after bridging calls.
  - `success` boolean, required — Whether the bridge was successful
  - `screening_id` string, uuid, required — The ID of the screening request
  - `bridged_at` string, date-time, required — When the calls were bridged

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
