---
title: "Inspect one saved Script artifact snapshot"
method: GET
path: "/v1/codemode-scripts/{configObjectId}/snapshots/{receiptId}"
tags: ["Codemode Runs"]
---

# Inspect one saved Script artifact snapshot

`GET /v1/codemode-scripts/{configObjectId}/snapshots/{receiptId}`

## Path parameters

- `configObjectId` string, required
- `receiptId` string, required

## Response `200`

Artifact snapshot returned.

- object
  - `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

## Other responses

- `404` — Artifact snapshot not 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/2f33a1946ee6/schema)
