---
title: "Resolve a share token into the underlying resource snapshot"
method: GET
path: "/api/preview/share/resolve"
tags: ["share"]
---

# Resolve a share token into the underlying resource snapshot

`GET /api/preview/share/resolve`

## Response `200`

Successful response

- object
  - `archived_at` string, nullable
  - `attachments` object[]
  - `content_excerpt` string, nullable
  - `content_md` string, nullable
  - `created_at` string
  - `created_by` string
  - `deleted_at` string, nullable
  - `field_values` object, nullable
  - `id` string, required — UUID v4 string
  - `incomplete` boolean
  - `is_encrypted` boolean
  - `is_prompt` boolean
  - `is_stale` boolean
  - `language` string, nullable
  - `log` object
    - `append_via` string, required
    - `bound_type` object, required
      - `id` string, required — UUID v4 string
      - `name` string, required
      - `slug` string, required
    - `owned_log_ref` string, nullable, required
    - `role` 'owner' | 'log', required
  - `project_id` string, nullable
  - `prompt_meta` object, nullable
  - `ref_id` integer — Numeric capsule ref id.
  - `resolvedRefs` object
  - `share_display` 'article' | 'prompt' | 'showcase', nullable
  - `slug` string, nullable
  - `summary` string, nullable
  - `title` string
  - `type_guidance` string, nullable
  - `type_id` string — UUID v4 string
  - `type_name` string
  - `type_slug` string
  - `updated_at` string
  - `workspace_id` string, nullable

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-08-29** `9ca3e15b9d44` — 1 info
  - added the optional property `incomplete` to the response with the `200` status

[Change history](https://skmtc.dev/symbol/apis/symbol-api/changes/api/preview/share/resolve/get.md)

---

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