# Get Image History **GET /image-history** Get image history. Only one parameter is required ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ### Query parameters - **all** (boolean) Whether to get all images or only the current image - **index** (integer(int32)) The index of the image to get - **count** (boolean) Whether to count the number of images - **imageType** (string) Filter by image type. This will restrict the result to images of the specified type, meaning that count for example will only count images of the specified type. If this is omitted, all images are included. ## Responses ### 200 Successful response #### Body: application/json (object) - **Response** (array[object] | integer) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 400 Invalid image index #### 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)