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

# Get latest config object version

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

Returns the latest config object version by created_at and id ordering.

## Path parameters

- `configObjectId` string, typeid, required

## Response `200`

Latest 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 latest-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.

---

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