---
title: "Get config object version"
method: GET
path: "/v1/config-objects/{configObjectId}/versions/{versionId}"
tags: ["Config Objects"]
---

# Get config object version

`GET /v1/config-objects/{configObjectId}/versions/{versionId}`

Returns one immutable config object version.

## Path parameters

- `configObjectId` string, typeid, required
- `versionId` string, typeid, required

## Response `200`

Config object version returned successfully.

- PluginArchConfigObjectVersionDetailResponse
  - `item` PluginArchConfigObjectVersion, required
    - `id` string, typeid, required — Den TypeID with 'cov_' prefix and a 26-character base32 suffix.
    - `configObjectId` string, typeid, required — Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
    - `schemaVersion` string, nullable, required
    - `normalizedPayloadJson` object, nullable, required
    - `rawSourceText` string, nullable, required
    - `createdVia` 'cloud' | 'import' | 'connector' | 'system', required
    - `createdByOrgMembershipId` string, typeid, nullable, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
    - `connectorSyncEventId` string, typeid, nullable, required — Den TypeID with 'cse_' prefix and a 26-character base32 suffix.
    - `sourceRevisionRef` string, nullable, required
    - `isDeletedVersion` boolean, required
    - `createdAt` string, date-time, required

## Other responses

- `400` — The version path parameters were invalid.
- `401` — The caller must be signed in to view config object versions.
- `404` — The config object version could not be found.

## Changes

- **2026-08-20** `93df40e2efd5` — 6 info
  - removed the pattern `^cob_.*` from the `path` request parameter `configObjectId`
  - removed the pattern `^cov_.*` from the `path` request parameter `versionId`
  - the `item/configObjectId` response's property pattern `^cob_.*` was removed for the status `200`
  - the `item/connectorSyncEventId/anyOf[subschema #1]/` response's property pattern `^cse_.*` was removed for the status `200`
  - …2 more

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/config-objects/:configObjectId/versions/:versionId/get.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/fcbb34aa1702/schema)
