---
title: "List Artifacts for Registry"
method: GET
path: "/registry/{registry_ref}/artifacts"
tags: ["Registries"]
---

# List Artifacts for Registry

`GET /registry/{registry_ref}/artifacts`

Lists all the Artifacts for Registry

## Path parameters

- `registry_ref` string, required

## Query parameters

- `label` string[]
- `page` integer
- `size` integer
- `sort_order` string
- `sort_field` string
- `search_term` string
- `artifact_type` 'model' | 'dataset'

## Response `200`

response for list artifact

- object
  - `status` 'SUCCESS' | 'FAILURE' | 'ERROR', required — Indicates if the request was successful or not
  - `data` ListRegistryArtifact, required — A list of Artifacts
    - `pageCount` integer — The total number of pages
    - `itemCount` integer — The total number of items
    - `pageSize` integer — The number of items per page
    - `pageIndex` integer — The current page
    - `artifacts` RegistryArtifactMetadata[], required — A list of Artifact
      - `name` string, required
      - `registryIdentifier` string, required
      - `registryPath` string, required
      - `labels` string[]
      - `downloadsCount` integer
      - `latestVersion` string, required
      - `lastModified` string
      - `isQuarantined` boolean
      - `isPublic` boolean, required
      - `packageType` 'DOCKER' | 'MAVEN' | 'PYTHON' | 'GENERIC' | 'HELM' | 'NUGET' | 'NPM' | 'RPM' | 'CARGO' | 'GO' | 'HUGGINGFACE', required — refers to package
      - `artifactType` 'model' | 'dataset' — refers to artifact type
      - `uuid` string, required
      - `registryUUID` string, required
      - `deletedAt` string — Timestamp in milliseconds when the registry was soft-deleted

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `403` — Unauthorized
- `404` — The specified resource was not found
- `500` — Internal server error

## Changes

- **2026-07-17** `e315ed26a2f1` — 1 breaking
  - removed the required property `data/artifacts/items/isDeleted` from the response with the `200` status
- **2026-01-08** `81ebfef36eed` — 2 info
  - added the optional property `data/artifacts/items/deletedAt` to the response with the `200` status
  - added the required property `data/artifacts/items/isDeleted` to the response with the `200` status
- **2025-12-31** `22961dd6a8c5` — 2 info
  - added the required property `data/artifacts/items/registryUUID` to the response with the `200` status
  - added the required property `data/artifacts/items/uuid` to the response with the `200` status
- **2025-09-30** `1793607b1327` — 1 info
  - added the required property `data/artifacts/items/isPublic` to the response with the `200` status
- **2025-09-23** `6de9802c5344` — 1 info
  - the response property `data/artifacts/items/packageType` became required for the status `200`

[Full history](https://skmtc.dev/harness/apis/harness-artifact-registry-api/changes/registry/:registry_ref/artifacts/get.md)

---

[API](https://skmtc.dev/harness/apis/harness-artifact-registry-api.md) · [All operations](https://skmtc.dev/harness/apis/harness-artifact-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harness/harness-artifact-registry-api/revisions/e315ed26a2f1/schema)
