---
title: "Get a list of photos matching parameters"
method: GET
path: "/photo"
tags: ["photo"]
---

# Get a list of photos matching parameters

`GET /photo`

The hash parameters correspond to the properties provided by the
project https://pypi.org/project/ImageHash/. Those can be provided individually or in combination to locate
images in the system matching those values. If multiple parameters are provided, photos matching ANY parameter
are returned. The purpose is to identify potential duplicates prior to submission.

## Response `200`

An array of Photo objects

## Other responses

- `400` — The request payload is not correctly formed.

---

[API](https://skmtc.net/dvidshub/apis/dvids-content-submission-api.md) · [All operations](https://skmtc.net/dvidshub/apis/dvids-content-submission-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dvidshub/dvids-content-submission-api/revisions/921b385ab6b9/schema)
