# Get Images Retrieve all images in a specific dataset. If there are no images, returns an empty array. Endpoint: GET /tailored-gen/datasets/{dataset_id}/images ## Path parameters: - `dataset_id` (string, required) Dataset ID ## Header parameters: - `api_token` (string, required) ## Response 200 fields (application/json): - `id` (integer) Unique identifier for the image - `dataset_id` (integer) ID of the dataset this image belongs to - `caption` (string) Caption describing the image - `caption_source` (string) Source of the caption. 'unknown' value only appears for images that were uploaded using an old version of Tailored Generation. Enum: "automatic", "manual", "unknown" - `image_name` (string) Name of the image - `image_url` (string) URL of the original image file - `thumbnail_url` (string) URL of the image thumbnail - `created_at` (string) Timestamp when the image was created - `updated_at` (string) Timestamp when the image was last updated