---
title: "Get Figure Raw"
method: GET
path: "/api/trajectories/{session_id}/figures/raw"
tags: ["trajectories"]
---

# Get Figure Raw

`GET /api/trajectories/{session_id}/figures/raw`

Full-res tap target: 302-redirect to a fresh short-TTL presigned GET for
the ORIGINAL figure blob (falls back to the compressed one when there's no
separate original). This is what mobile tap-to-zoom + download hit.
Owner-or-viewer gate (same visibility rules as reading the trajectory).

## Path parameters

- `session_id` string, required

## Query parameters

- `path` string, required — the canonical_path of the figure

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/ab56f76234f2/schema)
