# Get Thumbnail **GET /image/thumbnail/{index}** Get the thumbnail of an image. This requies Create Thumbnails to be enabled in NINA. Otherwise, use the image endpoint and resize the image. This thumbnail has a width of 256px. ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ### Path parameters - **index** (integer(int32)) The index of the image to get ### Query parameters - **imageType** (string) Filter the image history by image type. This is useful if you got the index of an image using the history with a filter and now want to get the image. E.g. the 3rd flat in the image history is the 3rd flat in the image endpoint. ## Responses ### 200 Successful response #### Body: image/jpg (array(binary)) array(binary) ### 400 No thumbnails available #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 500 Internal server error, Unknown error #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) [Powered by Bump.sh](https://bump.sh)