> ## Documentation Index
> Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Call Recording WebSocket

> WebSocket endpoint used by the voice runtime to stream call recordings.



## OpenAPI

````yaml get /record
openapi: 3.1.0
info:
  title: Voice Runtime Proxy & Recording API
  description: >-
    API for voice runtime WebSocket proxying, call recordings, CDR ingestion,
    and static UI serving.
  version: 1.0.0
servers:
  - url: http://localhost:9511/
security: []
tags:
  - name: Voice Runtime
  - name: Recordings
  - name: CDR
  - name: Static
paths:
  /record:
    get:
      tags:
        - Recordings
      summary: Call Recording WebSocket
      description: WebSocket endpoint used by the voice runtime to stream call recordings.
      responses:
        '101':
          description: WebSocket connection established

````