Audio Streams
Retrieve an Audio Stream
Fetch full details for a specific Vobiz audio stream by stream ID - status, WebSocket URL, codec, track direction, bidirectional mode, and start/end timestamps.
GET
Retrieve a stream
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth Token
Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your account ID. |
call_uuid | string | Yes | UUID of the call. |
stream_id | string | Yes | Unique ID of the stream. |
Response
Success Response (200 OK)
Response - 200 OK
Error Response (404 Not Found)
Response - 404 Not Found
Example
cURL