---
title: "Handle Call Status Callback"
method: POST
path: "/calls/status-callback/{call_id}"
tags: ["Calls"]
---

# Handle Call Status Callback

`POST /calls/status-callback/{call_id}`

Twilio webhook: Handle call status updates for the main call.

This endpoint is called by Twilio when the call status changes
(completed, busy, no-answer, failed, canceled).

This is primarily used to handle the case where a caller hangs up
before the bot finishes initializing - in that case, the bot never
sends the end-of-call PATCH request, leaving the call stuck in "in_progress".

No authentication (Twilio webhook).

## Path parameters

- `call_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)
