---
title: "List Workflow artifact snapshots"
method: GET
path: "/v1/workflows/{configObjectId}/snapshots"
tags: ["Workflows"]
---

# List Workflow artifact snapshots

`GET /v1/workflows/{configObjectId}/snapshots`

## Path parameters

- `configObjectId` string, required

## Query parameters

- `limit` integer

## Response `200`

Artifact snapshots returned.

- object
  - `items` object[], required
    - `receiptId` string, required
    - `pluginId` string, required
    - `configObjectId` string, required
    - `configObjectVersionId` string, required
    - `automationRunId` string, nullable, required
    - `value` unknown, required
    - `markdown` string, nullable, required
    - `codeDigest` string, required
    - `resultDigest` string, nullable, required
    - `inputSchemaDigest` string, nullable, required
    - `outputSchemaDigest` string, nullable, required
    - `rendererVersion` 'codemode-markdown-v1', nullable, required
    - `status` 'succeeded' | 'failed', required
    - `errorKind` string, nullable, required
    - `errorMessage` string, nullable, required
    - `source` 'manual' | 'scheduled', required
    - `startedAt` string, date-time, required
    - `finishedAt` string, date-time, required
    - `contentDeletedAt` string, date-time, nullable, required

## Changes

- **2026-08-20** `93df40e2efd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/workflows/:configObjectId/snapshots/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/93df40e2efd5/schema)
