---
title: "Get available thumbnail dimensions"
method: GET
path: "/workspaces/{workspace_id}/files/{file_id}/thumbnails"
tags: ["files"]
---

# Get available thumbnail dimensions

`GET /workspaces/{workspace_id}/files/{file_id}/thumbnails`

Returns the list of available thumbnail dimensions for a file

## Path parameters

- `workspace_id` string, required
- `file_id` string, required

## Response `200`

List of available dimensions

- object

## Other responses

- `400` — Invalid workspace ID or file ID
- `401` — Unauthorized
- `403` — Access denied
- `500` — Internal server error

---

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