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

# List config object versions

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

Returns immutable versions for one config object.

## Path parameters

- `configObjectId` string, typeid, required

## Query parameters

- `cursor` string
- `limit` integer
- `includeDeleted` 'true' | 'false'

## Response `200`

Config object versions returned successfully.

- PluginArchConfigObjectVersionListResponse
  - `items` 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
  - `nextCursor` string, nullable, required

## Other responses

- `400` — The version list request was invalid.
- `401` — The caller must be signed in to view config object versions.
- `404` — The config object could not be found.

## Changes

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

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/config-objects/:configObjectId/versions/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)
