---
title: "Receive CDR webhook"
method: POST
path: "/cdr-webhook"
tags: ["CDR"]
---

# Receive CDR webhook

`POST /cdr-webhook`

## Request body

- CdrWebhookRequest
  - `cdr` CdrReport
    - `transaction_id` string
    - `thread_id` string
    - `agent_id` string
    - `environment_id` string
    - `call` object
      - `start_timestamp` string, date-time
      - `end_reason` string
      - `milliseconds_elapsed` integer
    - `turns` object[]
    - `failure_occurred` boolean
    - `system_error` boolean
  - `message` string

## Response `200`

Webhook processed

- object
  - `status` string
  - `id` string

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
