---
title: "Get Workspace Preview Figure"
method: GET
path: "/api/workspaces/{workspace_id}/preview-figure"
tags: ["workspaces"]
---

# Get Workspace Preview Figure

`GET /api/workspaces/{workspace_id}/preview-figure`

The rendered image the workspace's preview names, for the card.

Only the blob the stored preview points at can be read this way, so a
leaked blob id buys nothing, and the read runs under the caller's own
workspace access.

## Path parameters

- `workspace_id` string, required

## Query parameters

- `blob_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `d7f2f3b8e82d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/workspaces/:workspace_id/preview-figure/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d61e2ec5a271?raw)
