---
title: "Changes to Get a voice pipeline config by id"
method: GET
path: "/v1/voice/configs/{config_id}"
---

# Changes to Get a voice pipeline config by id

`GET /v1/voice/configs/{config_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 3 revisions.

- **2026-08-12** `5a5597ebb2d6` — 24 breaking, 10 warning, 15 info

## Changes

- **2026-08-12** `5a5597ebb2d6` — 24 breaking, 10 warning, 15 info
  - the `provider` response property const value `elevenlabs` was removed for the status `200`
  - removed the required property `backchannel_enabled` from the response with the `200` status
  - removed the required property `background_audio_enabled` from the response with the `200` status
  - removed the required property `background_audio_loop` from the response with the `200` status
  - removed the required property `background_audio_volume` from the response with the `200` status
  - removed the required property `dtmf_enabled` from the response with the `200` status
  - removed the required property `dtmf_inter_digit_timeout_ms` from the response with the `200` status
  - removed the required property `dtmf_max_digits` from the response with the `200` status
  - removed the required property `dtmf_prefix` from the response with the `200` status
  - removed the required property `dtmf_termination_digit` from the response with the `200` status
  - removed the required property `interruption_backoff_ms` from the response with the `200` status
  - removed the required property `interruption_final_transcript_grace_ms` from the response with the `200` status
  - removed the required property `interruption_min_duration_ms` from the response with the `200` status
  - removed the required property `interruption_min_words` from the response with the `200` status
  - removed the required property `interruptions_enabled` from the response with the `200` status
  - removed the required property `max_call_duration_ms` from the response with the `200` status
  - removed the required property `recording_enabled` from the response with the `200` status
  - removed the required property `silence_end_action` from the response with the `200` status
  - removed the required property `silence_reminder_count` from the response with the `200` status
  - removed the required property `silence_reminder_mode` from the response with the `200` status
  - removed the required property `silence_timeout_ms` from the response with the `200` status
  - removed the required property `transcription_storage_enabled` from the response with the `200` status
  - removed the required property `voicemail_detection_mode` from the response with the `200` status
  - removed the required property `voicemail_detection_timeout_ms` from the response with the `200` status
  - removed the optional property `backchannel_frequency` from the response with the `200` status
  - removed the optional property `background_audio_preset` from the response with the `200` status
  - removed the optional property `interruption_hard_phrases` from the response with the `200` status
  - removed the optional property `interruption_trigger_phrases` from the response with the `200` status
  - removed the optional property `silence_end_message` from the response with the `200` status
  - removed the optional property `silence_reminder_message` from the response with the `200` status
  - removed the optional property `voicemail_detection_model` from the response with the `200` status
  - removed the optional property `voicemail_message` from the response with the `200` status
  - added the new `elevenlabs` enum value to the `voice/provider` response property for the response status `200`
  - added the new `inworld` enum value to the `voice/provider` response property for the response status `200`
  - added the optional property `effective_stt_model` to the response with the `200` status
  - added the optional property `effective_stt_provider_data` to the response with the `200` status
  - added the optional property `effective_tts_model` to the response with the `200` status
  - added the optional property `linked_agent_count` to the response with the `200` status
  - added the optional property `linked_agent_names` to the response with the `200` status
  - added the optional property `linked_team_count` to the response with the `200` status
  - …9 more

---

[Operation](https://skmtc.dev/oneloop-hq/apis/feather-api/docs/v1/voice/configs/:config_id/get.md) · [API](https://skmtc.dev/oneloop-hq/apis/feather-api.md) · [Page](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/voice/configs/:config_id/get)
