---
title: "GET /registry/{asset}/{namespace}/{slug}/versions"
method: GET
path: "/registry/{asset}/{namespace}/{slug}/versions"
tags: ["api-docs"]
---

# GET /registry/{asset}/{namespace}/{slug}/versions

`GET /registry/{asset}/{namespace}/{slug}/versions`

Version records for a registry document, with their chain heads

## Path parameters

- `asset` 'apis' | 'schemas' | 'rules', required
- `namespace` string, required
- `slug` string, required

## Response `200`

Default Response

- object
  - `versions` object[], required
    - `uid` string, required
    - `createdAt` integer, required
    - `updatedAt` integer, required
    - `version` string, required
    - `upgraded` boolean, required
    - `endpointCount` integer, nullable, required
    - `embedStatus` 'complete' | 'failed', nullable, required
    - `tags` string[], required
    - `tools` object[], nullable
      - `path` string, required
      - `method` 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace', required
      - `enabledTools` string[], required
    - `jsonSha` string, nullable, required
    - `yamlSha` string, nullable, required

## Other responses

- `400` — Bad request
- `401` — No auth
- `403` — Forbidden
- `404` — Not found
- `422` — Invalid payload
- `500` — Uncaught error

## Changes

- **2026-09-02** `7536f3eb84cd` — 1 info
  - added the required property `versions/items/endpointCount` to the response with the `200` status
- **2026-08-29** `3095882242e8` — 3 breaking, 2 info
  - removed the required property `versions/items/activeInstanceUid` from the response with the `200` status
  - removed the required property `versions/items/activeJsonSha` from the response with the `200` status
  - removed the required property `versions/items/activeYamlSha` from the response with the `200` status
  - added the required property `versions/items/jsonSha` to the response with the `200` status
  - …1 more
- **2026-08-21** `4efa9fcf5c1e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/scalar/apis/core/changes/registry/:asset/:namespace/:slug/versions/get.md)

---

[API](https://skmtc.dev/scalar/apis/core.md) · [All operations](https://skmtc.dev/scalar/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scalar/core/revisions/7536f3eb84cd/schema)
