---
title: "Thumbnails"
method: GET
path: "/api/v1/thumbnails/{lookup_key}"
---

# Thumbnails

`GET /api/v1/thumbnails/{lookup_key}`

## Path parameters

- `lookup_key` string, required

## Query parameters

- `page_range` string, nullable
- `thumb_width` integer
- `track_changes` boolean

## Cookies

- `wos-session` string
- `datalab_active_team` string

## Response `200`

Successful Response

- ThumbnailResponse
  - `success` boolean — Whether the request was successful.
  - `error` string, nullable — If the request was not successful, this will contain an error message.
  - `thumbnails` string[], nullable, required — A list of base64 encoded thumbnail images. Images are in JPG format. Set to None when there is an error.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/datalab/apis/datalab-api.md) · [All operations](https://skmtc.net/datalab/apis/datalab-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datalab/datalab-api/versions/aa9f8ee18efb/schema)
