---
title: "List all preview images"
method: GET
path: "/assets/{session_id}/previews"
tags: ["assets"]
---

# List all preview images

`GET /assets/{session_id}/previews`

## Path parameters

- `session_id` string, required

## Response `200`

Preview image list

- PreviewList
  - `session_id` string
  - `previews` object[]
    - `name` string
    - `url` string
    - `prim_path` string, nullable
    - `created_at` string, date-time
  - `total` integer

## Other responses

- `404` — Session not found

---

[API](https://skmtc.dev/nvidia/apis/material-agent-service.md) · [All operations](https://skmtc.dev/nvidia/apis/material-agent-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/material-agent-service/revisions/4fde0c1362b3/schema)
