---
title: "Changes to List variations"
method: GET
path: "/v1/workspaces/{workspaceId}/agents/{agentId}/variations"
---

# Changes to List variations

`GET /v1/workspaces/{workspaceId}/agents/{agentId}/variations`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 57 revisions.

- **2026-07-19** `3ecc1debabfa` — 2 breaking, 4 warning, 1 info
- **2026-07-08** `7a9fa80ead32` — 1 warning
- **2026-07-08** `a99a473ee3ad` — 1 warning
- **2026-07-08** `631a0b9462a9` — 1 warning
- **2026-07-08** `e72f368ddab7` — 1 info
- **2026-07-08** `1b547d16bc3f` — 1 breaking
- **2026-07-07** `63210c2f71dc` — 1 info
- **2026-07-04** `09ccecfe3ece` — 1 warning, 1 info
- **2026-07-02** `06e0e37c1499` — 3 warning, 1 info
- **2026-06-11** `08fde3ae3e37` — 2 warning
- **2026-06-10** `d2d65c2665bd` — 1 warning, 2 info
- **2026-06-09** `13d98d37dd96` — 2 info
- **2026-06-05** `0702cb021b66` — 1 warning

## Changes

- **2026-07-19** `3ecc1debabfa` — 2 breaking, 4 warning, 1 info
  - added `#/components/schemas/VariationAssignment_Tool, #/components/schemas/VariationAssignment_ToolSet, #/components/schemas/VariationAssignment_Agent` to the `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/assignments/items/` response property `oneOf` list for the response status `200`
  - the `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/assignments/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/assignments/items/agent` from the response with the `200` status
  - removed the optional property `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/assignments/items/id` from the response with the `200` status
  - removed the optional property `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/assignments/items/tool` from the response with the `200` status
  - removed the optional property `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/assignments/items/toolSet` from the response with the `200` status
  - added discriminator to `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/assignments/items/` response property for the response status `200`
- **2026-07-08** `7a9fa80ead32` — 1 warning
  - removed the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/progressiveDiscovery/allOf[#/components/schemas/AgentVariationSpec_ProgressiveDiscovery]/rerankThreshold` from the response with the `200` status
- **2026-07-08** `a99a473ee3ad` — 1 warning
  - removed the optional property `pagination/total` from the response with the `200` status
- **2026-07-08** `631a0b9462a9` — 1 warning
  - removed the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/weight` from the response with the `200` status
- **2026-07-08** `e72f368ddab7` — 1 info
  - added the new optional `query` request parameter `labels`
- **2026-07-08** `1b547d16bc3f` — 1 breaking
  - the `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/constraints/allOf[#/components/schemas/AgentVariationSpec_Constraints]/inactivityTimeout` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
- **2026-07-07** `63210c2f71dc` — 1 info
  - added the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/constraints/allOf[#/components/schemas/AgentVariationSpec_Constraints]/inactivityTimeout` to the response with the `200` status
- **2026-07-04** `09ccecfe3ece` — 1 warning, 1 info
  - removed the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/userMessageTemplate` from the response with the `200` status
  - added the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/firstUserMessageTemplate` to the response with the `200` status
- **2026-07-02** `06e0e37c1499` — 3 warning, 1 info
  - deleted the `query` request parameter `bundleKey`
  - removed the optional property `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/model/allOf[#/components/schemas/ResourceMetadata]/bundleKey` from the response with the `200` status
  - removed the optional property `items/items/metadata/allOf[#/components/schemas/ResourceMetadata]/bundleKey` from the response with the `200` status
  - added the optional property `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/createdBy/metadata/createdAt` to the response with the `200` status
- **2026-06-11** `08fde3ae3e37` — 2 warning
  - removed the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/enableEpisodicMemory` from the response with the `200` status
  - removed the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/episodicMemoryTtl` from the response with the `200` status
- **2026-06-10** `d2d65c2665bd` — 1 warning, 2 info
  - removed the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/prompt` from the response with the `200` status
  - added the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/systemPromptTemplate` to the response with the `200` status
  - added the optional property `items/items/spec/allOf[#/components/schemas/AgentVariationSpec]/userMessageTemplate` to the response with the `200` status
- **2026-06-09** `13d98d37dd96` — 2 info
  - added the optional property `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/model/allOf[#/components/schemas/ResourceMetadata]/updatedAt` to the response with the `200` status
  - added the optional property `items/items/metadata/allOf[#/components/schemas/ResourceMetadata]/updatedAt` to the response with the `200` status
- **2026-06-05** `0702cb021b66` — 1 warning
  - added the new `PROFILE_TYPE_UNSPECIFIED` enum value to the `items/items/info/allOf[#/components/schemas/AgentVariationInfo]/createdBy/spec/type` response property for the response status `200`

---

[Operation](https://skmtc.dev/cadenya/apis/cadenya-api/docs/v1/workspaces/:workspaceId/agents/:agentId/variations/get.md) · [API](https://skmtc.dev/cadenya/apis/cadenya-api.md) · [Page](https://skmtc.dev/cadenya/apis/cadenya-api/changes/v1/workspaces/:workspaceId/agents/:agentId/variations/get)
