---
title: "Changes to List Actions"
method: GET
path: "/v1/actions/list"
---

# Changes to List Actions

`GET /v1/actions/list`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 31 revisions.

- **2024-08-14** `63991d99e2e1` — 4 breaking, 30 info
- **2024-04-19** `55ae0e0bb01f` — 2 info
- **2024-04-15** `47ab17602d64` — 1 breaking, 1 info
- **2024-03-18** `8b2983fa7531` — 5 info
- **2024-03-18** `500a519452b0` — 2 warning, 1 info
- **2024-01-03** `5086814bf16a` — 1 breaking, 4 info

## Changes

- **2024-08-14** `63991d99e2e1` — 4 breaking, 30 info
  - added `#/components/schemas/PhraseBasedActionTrigger-Output` to the `items/items/oneOf[subschema #1: TransferCallAction]/action_trigger` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/PhraseBasedActionTrigger-Output` to the `items/items/oneOf[subschema #2: EndConversationAction]/action_trigger` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/PhraseBasedActionTrigger-Output` to the `items/items/oneOf[subschema #4: AddToConferenceAction]/action_trigger` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/PhraseBasedActionTrigger-Output` to the `items/items/oneOf[subschema #5: SetHoldAction]/action_trigger` response property `oneOf` list for the response status `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 the optional property `items/items/oneOf[subschema #6: ExternalAction]/config/signature_secret` to the response with the `200` status
  - added `#/components/schemas/FunctionCallActionTrigger` to the `items/items/oneOf[subschema #3: DTMFAction]/action_trigger` response property `allOf` list for the response status `200`
  - added `#/components/schemas/FunctionCallActionTrigger` to the `items/items/oneOf[subschema #6: ExternalAction]/action_trigger` response property `allOf` list for the response status `200`
  - the `processing_mode` response property const value `muted` was added for the status `200`
  - the `type` response property const value `action_add_to_conference` was added for the status `200`
  - the `type` response property const value `action_dtmf` was added for the status `200`
  - the `type` response property const value `action_end_conversation` was added for the status `200`
  - the `type` response property const value `action_external` was added for the status `200`
  - the `type` response property const value `action_set_hold` was added for the status `200`
  - the `type` response property const value `action_transfer_call` was added for the status `200`
  - the `type` response property const value `action_trigger_function_call` was added for the status `200`
  - the `type` response property const value `action_trigger_function_call` was added for the status `200`
  - the `type` response property const value `action_trigger_function_call` was added for the status `200`
  - the `type` response property const value `action_trigger_function_call` was added for the status `200`
  - mapped value for discriminator key `action_trigger_phrase_based` changed from `#/components/schemas/PhraseBasedActionTrigger` to `#/components/schemas/PhraseBasedActionTrigger-Output` for `items/items/oneOf[subschema #1: TransferCallAction]/action_trigger` response property for the response status `200`
  - mapped value for discriminator key `action_trigger_phrase_based` changed from `#/components/schemas/PhraseBasedActionTrigger` to `#/components/schemas/PhraseBasedActionTrigger-Output` for `items/items/oneOf[subschema #2: EndConversationAction]/action_trigger` response property for the response status `200`
  - mapped value for discriminator key `action_trigger_phrase_based` changed from `#/components/schemas/PhraseBasedActionTrigger` to `#/components/schemas/PhraseBasedActionTrigger-Output` for `items/items/oneOf[subschema #4: AddToConferenceAction]/action_trigger` response property for the response status `200`
  - mapped value for discriminator key `action_trigger_phrase_based` changed from `#/components/schemas/PhraseBasedActionTrigger` to `#/components/schemas/PhraseBasedActionTrigger-Output` for `items/items/oneOf[subschema #5: SetHoldAction]/action_trigger` response property for the response status `200`
  - removed discriminator from `items/items/oneOf[subschema #3: DTMFAction]/action_trigger` response property for the response status `200`
  - removed discriminator from `items/items/oneOf[subschema #6: ExternalAction]/action_trigger` response property for the response status `200`
  - removed `#/components/schemas/FunctionCallActionTrigger, #/components/schemas/PhraseBasedActionTrigger` from the `items/items/oneOf[subschema #3: DTMFAction]/action_trigger` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/FunctionCallActionTrigger, #/components/schemas/PhraseBasedActionTrigger` from the `items/items/oneOf[subschema #6: ExternalAction]/action_trigger` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/PhraseBasedActionTrigger` from the `items/items/oneOf[subschema #1: TransferCallAction]/action_trigger` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/PhraseBasedActionTrigger` from the `items/items/oneOf[subschema #2: EndConversationAction]/action_trigger` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/PhraseBasedActionTrigger` from the `items/items/oneOf[subschema #4: AddToConferenceAction]/action_trigger` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/PhraseBasedActionTrigger` from the `items/items/oneOf[subschema #5: SetHoldAction]/action_trigger` response property `oneOf` list for the response status `200`
- **2024-04-19** `55ae0e0bb01f` — 2 info
  - 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` — 1 breaking, 1 info
  - added `#/components/schemas/ExternalAction` to the `items/items/` response property `oneOf` list for the response status `200`
  - added `action_external` discriminator mapping keys to the `items/items/` response property for the response status `200`
- **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` — 2 warning, 1 info
  - deleted the `query` request parameter `page`
  - deleted the `query` request parameter `size`
  - removed the non-success response with the status `422`
- **2024-01-03** `5086814bf16a` — 1 breaking, 4 info
  - added `#/components/schemas/AddToConferenceAction, #/components/schemas/SetHoldAction` to the `items/items/` response property `oneOf` list for the response status `200`
  - added the optional property `items/items/oneOf[subschema #1: TransferCallAction]/action_trigger` to the response with the `200` status
  - added the optional property `items/items/oneOf[subschema #2: EndConversationAction]/action_trigger` to the response with the `200` status
  - added the optional property `items/items/oneOf[subschema #3: DTMFAction]/action_trigger` to the response with the `200` status
  - added `action_add_to_conference, action_set_hold` discriminator mapping keys to the `items/items/` response property for the response status `200`

---

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