---
title: "Call Status Callback"
method: POST
path: "/voice/status-callback"
tags: ["voice"]
---

# Call Status Callback

`POST /voice/status-callback`

Status callback webhook for call status updates.

Twilio calls this webhook when call status changes (in-progress, completed, etc.).
We use this to update the calls table with final call duration and status.

To enable this, configure your TwiML App or phone number with:
Status Callback URL: https://your-domain.com/api/voice/status-callback
Status Callback Method: POST
Status Callback Events: completed (or all events if you want more granular updates)

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
