---
title: "List Artifact Labels"
method: GET
path: "/registry/{registry_ref}/artifact/labels"
tags: ["Artifacts"]
---

# List Artifact Labels

`GET /registry/{registry_ref}/artifact/labels`

List Artifact Labels.

## Path parameters

- `registry_ref` string, required

## Query parameters

- `page` integer
- `size` integer
- `search_term` string

## Response `200`

response for list artifact labels

- object
  - `status` 'SUCCESS' | 'FAILURE' | 'ERROR', required — Indicates if the request was successful or not
  - `data` ListArtifactLabel, required — A list of Harness Artifact Labels
    - `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
    - `labels` string[], required

## Other responses

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

---

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