---
title: "List artifact references by hash"
method: GET
path: "/ids/contentHashes/{contentHash}/references"
tags: ["Artifacts"]
---

# List artifact references by hash

`GET /ids/contentHashes/{contentHash}/references`

Returns a list containing all the artifact references using the artifact content hash.

This operation may fail for one of the following reasons:

* A server error occurred (HTTP error `500`)

## Response `200`

A list containing all the references for the artifact with the given content hash.

- ArtifactReference[]
  - `groupId` string, required
  - `artifactId` string, required
  - `version` string
  - `name` string, required

## Other responses

- `401` — Common response for all operations that can return a `401` error indicating authentication is required.
- `403` — Common response for all operations that can return a `403` error indicating the user is authenticated but not authorized.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v2.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v2/versions/f177177d6a5a/schema)
