---
title: "Changes to List Prompts"
method: GET
path: "/v1/prompts/list"
---

# Changes to List Prompts

`GET /v1/prompts/list`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 31 revisions.

- **2024-08-14** `63991d99e2e1` — 3 breaking, 4 info
- **2024-04-19** `55ae0e0bb01f` — 2 info
- **2024-03-18** `8b2983fa7531` — 2 warning, 4 info
- **2024-03-18** `500a519452b0` — 2 breaking, 2 warning
- **2023-09-26** `eb14a21c478e` — 1 breaking, 2 info
- **2023-09-06** `ec1d8c780c18` — 1 info
- **2023-08-26** `28dead252457` — 1 info

## Changes

- **2024-08-14** `63991d99e2e1` — 3 breaking, 4 info
  - response property `items/items/collect_fields` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/context_endpoint` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/prompt_template` 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 was generalized from `string` to no type
  - for the `query` request parameter `sort_desc`, the type was generalized from `boolean` to no type
- **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-03-18** `8b2983fa7531` — 2 warning, 4 info
  - deleted the `query` request parameter `args`
  - deleted the `query` request parameter `kwargs`
  - 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`
- **2024-03-18** `500a519452b0` — 2 breaking, 2 warning
  - added the new required `query` request parameter `args`
  - added the new required `query` request parameter `kwargs`
  - deleted the `query` request parameter `page`
  - deleted the `query` request parameter `size`
- **2023-09-26** `eb14a21c478e` — 1 breaking, 2 info
  - the response property `items/items/content` became optional for the status `200`
  - added the optional property `items/items/prompt_template` to the response with the `200` status
  - the `content` response's property default value `` was added for the status `200`
- **2023-09-06** `ec1d8c780c18` — 1 info
  - removed the `field_type_address` enum value from the `items/items/collect_fields/items/field_type` response property for the response status `200`
- **2023-08-26** `28dead252457` — 1 info
  - endpoint added

---

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