---
title: "List captured output-schema versions for a ducklake asset"
method: GET
path: "/w/{workspace}/assets/asset_schemas"
tags: ["asset"]
---

# List captured output-schema versions for a ducklake asset

`GET /w/{workspace}/assets/asset_schemas`

## Path parameters

- `workspace` string, required

## Query parameters

- `path` string, required

## Response `200`

captured schema versions, newest first

- AssetSchemaVersion[]
  - `version` integer, required
  - `columns` object[], required
    - `name` string, required
    - `type` string, required
  - `snapshot_id` integer, nullable
  - `job_id` string, uuid, nullable
  - `captured_at` string, date-time, required

## Changes

- **2026-07-01** `04111da5d1f0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/assets/asset_schemas/get.md)

---

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