# Get Thumbnail

Get ` /ui/connectors/channels-api/latest/channels/:channel_id/thumbnails/:thumbnail_id/thumbnail.jpg`

Get thumbnail for a channel input.

The `thumbnail_id` matches the input's name (e.g. 'sdi-0').
URL ends with .jpg so browsers treat it as a plain JPEG.

## Path parameters

- **channel_id** string Required
- **thumbnail_id** string Required

## Response

- **200** Successful Response

any

## Errors

- **422** Validation Error

detail list of objects [ValidationError](https://docs.mediakind.com/api-reference/channels-api/schemas/validationerror) Optional

- loc list of objects Required
    - Variant 1: `string`
    - Variant 2: `integer`
  - msg string Required
  - type string Required
  - input any Optional
  - ctx object Optional
- **503** Service unavailable

No response body.
