---
title: "Changes to Get a model by ID"
method: GET
path: "/v1/workspaces/{workspaceId}/models/{id}"
---

# Changes to Get a model by ID

`GET /v1/workspaces/{workspaceId}/models/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 57 revisions.

- **2026-08-05** `ac1a7f084068` — 1 info
- **2026-07-19** `3ecc1debabfa` — 4 breaking, 5 warning, 4 info
- **2026-07-02** `06e0e37c1499` — 8 warning, 2 info
- **2026-06-12** `ea07a25ab5da` — 1 warning, 3 info
- **2026-06-09** `13d98d37dd96` — 1 warning, 3 info
- **2026-06-07** `efdacf70acce` — 2 info
- **2026-06-07** `2bd8fb53e649` — 1 info
- **2026-06-07** `873a704256d9` — 1 info

## Changes

- **2026-08-05** `ac1a7f084068` — 1 info
  - added the optional property `spec/allOf[#/components/schemas/ModelSpec]/reasoning` to the response with the `200` status
- **2026-07-19** `3ecc1debabfa` — 4 breaking, 5 warning, 4 info
  - added `#/components/schemas/AIProviderConfig_Openrouter, #/components/schemas/AIProviderConfig_Openai, #/components/schemas/AIProviderConfig_OpenaiCompatible` to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/config/allOf[#/components/schemas/AIProviderConfig]/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/AIProviderCredential_ApiKey, #/components/schemas/AIProviderCredential_Headers` to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/credentials/allOf[#/components/schemas/AIProviderCredential]/` response property `oneOf` list for the response status `200`
  - the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/config/allOf[#/components/schemas/AIProviderConfig]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/credentials/allOf[#/components/schemas/AIProviderCredential]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/config/allOf[#/components/schemas/AIProviderConfig]/openai` from the response with the `200` status
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/config/allOf[#/components/schemas/AIProviderConfig]/openaiCompatible` from the response with the `200` status
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/config/allOf[#/components/schemas/AIProviderConfig]/openrouter` from the response with the `200` status
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/credentials/allOf[#/components/schemas/AIProviderCredential]/apiKey` from the response with the `200` status
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/credentials/allOf[#/components/schemas/AIProviderCredential]/headers` from the response with the `200` status
  - the response property `spec/allOf[#/components/schemas/ModelSpec]/family` became required for the status `200`
  - the response property `spec/allOf[#/components/schemas/ModelSpec]/provider` became required for the status `200`
  - added discriminator to `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/config/allOf[#/components/schemas/AIProviderConfig]/` response property for the response status `200`
  - added discriminator to `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/credentials/allOf[#/components/schemas/AIProviderCredential]/` response property for the response status `200`
- **2026-07-02** `06e0e37c1499` — 8 warning, 2 info
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/metadata/bundleKey` from the response with the `200` status
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/apiKey` from the response with the `200` status
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/openrouter` from the response with the `200` status
  - removed the optional property `metadata/allOf[#/components/schemas/ResourceMetadata]/bundleKey` from the response with the `200` status
  - added the new `AI_PROVIDER_ANTHROPIC` enum value to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/provider` response property for the response status `200`
  - added the new `AI_PROVIDER_GEMINI` enum value to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/provider` response property for the response status `200`
  - added the new `AI_PROVIDER_OPENAI` enum value to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/provider` response property for the response status `200`
  - added the new `AI_PROVIDER_OPENAI_COMPATIBLE` enum value to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/provider` response property for the response status `200`
  - added the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/config` to the response with the `200` status
  - added the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/AIProviderKey]/spec/credentials` to the response with the `200` status
- **2026-06-12** `ea07a25ab5da` — 1 warning, 3 info
  - removed the optional property `info/allOf[#/components/schemas/ModelInfo]/provider` from the response with the `200` status
  - added the optional property `info/allOf[#/components/schemas/ModelInfo]/lastUsedAt` to the response with the `200` status
  - added `#/components/schemas/AIProviderKey` to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/ResourceMetadata` from the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey` response property `allOf` list for the response status `200`
- **2026-06-09** `13d98d37dd96` — 1 warning, 3 info
  - removed the optional property `spec/allOf[#/components/schemas/ModelSpec]/status` from the response with the `200` status
  - added the optional property `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey/allOf[#/components/schemas/ResourceMetadata]/updatedAt` to the response with the `200` status
  - added the optional property `metadata/allOf[#/components/schemas/ResourceMetadata]/updatedAt` to the response with the `200` status
  - added the required property `state` to the response with the `200` status
- **2026-06-07** `efdacf70acce` — 2 info
  - added `#/components/schemas/ResourceMetadata` to the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/BareMetadata` from the `info/allOf[#/components/schemas/ModelInfo]/aiProviderKey` response property `allOf` list for the response status `200`
- **2026-06-07** `2bd8fb53e649` — 1 info
  - added the optional property `info/allOf[#/components/schemas/ModelInfo]/agentVariationCount` to the response with the `200` status
- **2026-06-07** `873a704256d9` — 1 info
  - added the optional property `info` to the response with the `200` status

---

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