---
title: "List Orphan Webhooks"
method: GET
path: "/developer/reconciliation/orphan-webhooks"
tags: ["Developer", "Developer - Reconciliation", "Developer - Reconciliation"]
---

# List Orphan Webhooks

`GET /developer/reconciliation/orphan-webhooks`

List VXT webhook events that couldn't be matched to any Vapi call.

Returns rows in `orphan` (aged out of the match window unclaimed),
`multi_match` (ambiguous), or `error` (processing failure).

## Response `200`

Successful Response

- VxtOrphanWebhooksResponse
  - `items` VxtWebhookEventItem[], required
    - `event_id` string, uuid, required
    - `customer_id` string, uuid, nullable
    - `received_at` string, date-time, required
    - `event_type` string, required
    - `direction` string, nullable
    - `vxt_call_id` string, nullable
    - `caller_number` string, nullable
    - `our_number` string, nullable
    - `started_at` string, date-time, nullable
    - `hangup_at` string, date-time, nullable
    - `processing_status` string, required
    - `matched_call_id` string, uuid, nullable
    - `error_message` string, nullable

---

[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)
