---
title: "Changes to List Calls"
method: GET
path: "/v1/calls/list"
---

# Changes to List Calls

`GET /v1/calls/list`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 31 revisions.

- **2024-08-14** `63991d99e2e1` — 13 breaking, 22 info
- **2024-04-19** `55ae0e0bb01f` — 3 info
- **2024-04-15** `47ab17602d64` — 2 info
- **2024-03-18** `8b2983fa7531` — 5 info
- **2024-03-18** `500a519452b0` — 3 warning, 2 info
- **2024-01-03** `5086814bf16a` — 2 info
- **2023-11-30** `708f4c6fa873` — 1 info
- **2023-11-25** `97850bfccb2c` — 2 info
- **2023-10-25** `712314def757` — 3 info
- **2023-10-05** `f4d951d6fa94` — 1 warning, 2 info
- **2023-09-08** `c9c988834c1d` — 1 info
- **2023-09-06** `ec1d8c780c18` — 1 info

## Changes

- **2024-08-14** `63991d99e2e1` — 13 breaking, 22 info
  - response property `items/items/context` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/do_not_call_result` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/end_time` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `items/items/error_message` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/human_detection_result` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/on_no_human_answer` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/run_do_not_call_detection` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/stage` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/stage_outcome` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/start_time` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `items/items/telephony_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/telephony_params` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/transcript` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - `query` request parameter `sort_column` list-of-types was widened by adding types `null`
  - `query` request parameter `sort_desc` list-of-types was widened by adding types `null`
  - for the `query` request parameter `sort_column`, the type/format was generalized from `string`/`` to ``/``
  - for the `query` request parameter `sort_desc`, the type/format was generalized from `boolean`/`` to ``/``
  - added `subschema #1, subschema #2` to the `items/items/telephony_metadata` response property `anyOf` list for the response status `200`
  - added `subschema #3` to the `items/items/telephony_account_connection` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/VonageTelephonyMetadata, #/components/schemas/TwilioTelephonyMetadata` from the `items/items/telephony_metadata` response property `anyOf` list for the response status `200`
  - the `type` response property const value `account_connection_twilio` was added for the status `200`
  - removed the `bot_disconnected` enum value from the `items/items/stage_outcome` response property for the response status `200`
  - removed the `call_did_not_connect` enum value from the `items/items/stage_outcome` response property for the response status `200`
  - removed the `continue` enum value from the `items/items/on_no_human_answer` response property for the response status `200`
  - removed the `created` enum value from the `items/items/stage` response property for the response status `200`
  - removed the `hangup` enum value from the `items/items/on_no_human_answer` response property for the response status `200`
  - removed the `human` enum value from the `items/items/human_detection_result` response property for the response status `200`
  - removed the `human_disconnected` enum value from the `items/items/stage_outcome` response property for the response status `200`
  - removed the `human_unanswered` enum value from the `items/items/stage_outcome` response property for the response status `200`
  - removed the `no_human` enum value from the `items/items/human_detection_result` response property for the response status `200`
  - removed the `picked_up` enum value from the `items/items/stage` response property for the response status `200`
  - removed the `transfer_disconnected` enum value from the `items/items/stage_outcome` response property for the response status `200`
  - removed the `transfer_started` enum value from the `items/items/stage` response property for the response status `200`
  - removed the `transfer_successful` enum value from the `items/items/stage` response property for the response status `200`
  - removed the `transfer_unanswered` enum value from the `items/items/stage_outcome` response property for the response status `200`
- **2024-04-19** `55ae0e0bb01f` — 3 info
  - added the optional property `items/items/telephony_metadata` to the response with the `200` status
  - added the required property `total` to the response with the `200` status
  - added the required property `total_is_estimated` to the response with the `200` status
- **2024-04-15** `47ab17602d64` — 2 info
  - added the optional property `items/items/telephony_account_connection/anyOf[subschema #2: TwilioAccountConnection]/account_supports_any_caller_id` to the response with the `200` status
  - added the optional property `items/items/telephony_account_connection/anyOf[subschema #2: TwilioAccountConnection]/steering_pool` to the response with the `200` status
- **2024-03-18** `8b2983fa7531` — 5 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `size`
  - added the new optional `query` request parameter `sort_column`
  - added the new optional `query` request parameter `sort_desc`
  - added the non-success response with the status `422`
- **2024-03-18** `500a519452b0` — 3 warning, 2 info
  - deleted the `query` request parameter `page`
  - deleted the `query` request parameter `size`
  - added the new `call_did_not_connect` enum value to the `items/items/stage_outcome` response property for the response status `200`
  - removed the non-success response with the status `422`
  - added the optional property `items/items/telephony_params` to the response with the `200` status
- **2024-01-03** `5086814bf16a` — 2 info
  - added the optional property `items/items/stage` to the response with the `200` status
  - added the optional property `items/items/stage_outcome` to the response with the `200` status
- **2023-11-30** `708f4c6fa873` — 1 info
  - added the optional property `items/items/telephony_account_connection` to the response with the `200` status
- **2023-11-25** `97850bfccb2c` — 2 info
  - added the optional property `items/items/telephony_id` to the response with the `200` status
  - added the required property `items/items/telephony_provider` to the response with the `200` status
- **2023-10-25** `712314def757` — 3 info
  - added the optional property `items/items/context` to the response with the `200` status
  - added the optional property `items/items/do_not_call_result` to the response with the `200` status
  - added the optional property `items/items/run_do_not_call_detection` to the response with the `200` status
- **2023-10-05** `f4d951d6fa94` — 1 warning, 2 info
  - removed the optional property `items/items/machine_detection_result` from the response with the `200` status
  - added the optional property `items/items/human_detection_result` to the response with the `200` status
  - added the optional property `items/items/on_no_human_answer` to the response with the `200` status
- **2023-09-08** `c9c988834c1d` — 1 info
  - added the optional property `items/items/hipaa_compliant` to the response with the `200` status
- **2023-09-06** `ec1d8c780c18` — 1 info
  - added the optional property `items/items/machine_detection_result` to the response with the `200` status

---

[Operation](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/docs/v1/calls/list/get.md) · [API](https://skmtc.dev/vocodedev/apis/vocode-hosted-api.md) · [Page](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/changes/v1/calls/list/get)
