---
title: "List artifact references by content ID"
method: GET
path: "/ids/contentIds/{contentId}/references"
tags: ["Artifacts"]
---

# List artifact references by content ID

`GET /ids/contentIds/{contentId}/references`

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

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 id.

- 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-v3.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v3/revisions/c39cb56d7dbc/schema)
