---
title: "Get Screening Twiml"
method: POST
path: "/calls/screening/twiml/{screening_id}"
tags: ["Calls"]
---

# Get Screening Twiml

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

Twilio webhook: Get initial TwiML for screening call.

This endpoint is called by Twilio when the screening call connects.
Returns TwiML with the screening prompt (TTS) and DTMF gather.

No authentication (Twilio webhook).

## Path parameters

- `screening_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## 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/b642b91e0a5c/schema)
