---
title: "List locally-built skill artifacts"
method: GET
path: "/api/v1beta/skills/builds"
tags: ["skills"]
---

# List locally-built skill artifacts

`GET /api/v1beta/skills/builds`

Get a list of all locally-built OCI skill artifacts in the local store

## Response `200`

OK

- PkgApiV1BuildListResponse — Response containing a list of locally-built OCI skill artifacts
  - `builds` GithubComStacklokToolhivePkgSkillsLocalBuild[] — List of locally-built OCI skill artifacts
    - `description` string — Description is the skill description extracted from the artifact metadata, if available.
    - `digest` string — Digest is the OCI digest of the artifact (sha256:...).
    - `name` string — Name is the skill name extracted from the artifact metadata, if available.
    - `tag` string — Tag is the OCI tag or name used to reference the artifact.
    - `version` string — Version is the skill version extracted from the artifact metadata, if available.

## Other responses

- `500` — Internal Server Error

## Changes

> 49 revisions in range; 5 could not be searched.

- **2026-04-09** `971e3e75ff7a` — 1 info
  - endpoint added
- **2026-01-29** `ff6ce8dd8f3a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/stacklok/apis/toolhive-api/changes/api/v1beta/skills/builds/get.md)

---

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