---
title: "Get Image Details"
method: GET
path: "/v2/images/{image_id}"
tags: ["Image Emotion API"]
---

# Get Image Details

`GET /v2/images/{image_id}`

Retrieve all details for a specific image directly from the database.

Returns a complete standardized response with all possible fields.
Fields that don't exist in the database are returned as null.

**Access Control:**
- Authenticated users can access their own images
- Admins can access all images
- Sample images and shared images are publicly accessible

## Path parameters

- `image_id` string, required — The unique ID of the image.

## Response `200`

Successful Response

- ImageDetailResponseV2 — Complete V2 response model for image details with all possible fields. Returns null for fields that don't exist in the database. Fields are ordered alphabetically.
  - `actors` object[], nullable — List of actors/known faces with image, name, and user_id
  - `annotated_image` string, nullable — Annotated image URL
  - `bulk_upload_id` string, nullable — Bulk upload batch ID
  - `created_at` string, nullable — Creation timestamp
  - `csv_analysis_url` string, nullable — CSV analysis file URL
  - `csv_status` string, nullable — CSV generation status
  - `description` string, nullable — Image description
  - `face_detection_status` string, nullable — Face detection status message
  - `faces` object[], nullable — Detected faces with emotions
  - `found_faces` integer[], nullable — List of found face IDs
  - `height` number, nullable — Image height in pixels
  - `id` string, nullable — Unique image identifier
  - `is_user` boolean, nullable — Whether this is a user-uploaded image
  - `model_id` string, nullable — Model used for processing
  - `notes` string, nullable — General notes for the image
  - `original_frame_image` string, nullable — Original image URL
  - `predefined_qa` object[], nullable — Predefined Q&A about the image
  - `psychologist_review` string, nullable — Psychologist review content
  - `psychologist_review_status` string, nullable — Psychologist review status
  - `share_status` boolean, nullable — Whether image is shared
  - `status` string, nullable — Processing status
  - `tags_map` object, nullable — Tags map with general and sample flags
  - `thumbnail` string, nullable — Thumbnail image URL
  - `title` string, nullable — Image title
  - `ui_request` boolean, nullable — Whether request came from UI
  - `user_id` string, nullable — Owner user ID
  - `width` number, nullable — Image width in pixels

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/350e9cbcb623/schema)
