---
title: "Get Existing Photo"
method: GET
path: "/admin/photos/photo/{destination}"
tags: ["admin-photos"]
---

# Get Existing Photo

`GET /admin/photos/photo/{destination}`

Get existing photo for a destination.
Returns 404 if no photo exists.

## Path parameters

- `destination` string, required

## Response `200`

Successful Response

- ExistingPhotoResponse — Response with existing photo details.
  - `destination` string, required
  - `photo_url` string, required
  - `photographer` string, required
  - `selected_by` string, nullable
  - `portrait_photo_url` string, nullable
  - `portrait_photographer` string, nullable
  - `portrait_selected_by` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/dd78fbd6c358?raw)
