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

# List locally-built plugin artifacts

`GET /api/v1beta/plugins/builds`

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

## Response `200`

OK

- PkgApiV1PluginBuildListResponse — Response containing a list of locally-built OCI plugin artifacts
  - `builds` GithubComStacklokToolhivePkgPluginsLocalBuild[] — List of locally-built OCI plugin 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

---

[API](https://skmtc.net/stacklok/apis/toolhive-api.md) · [All operations](https://skmtc.net/stacklok/apis/toolhive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stacklok/toolhive-api/versions/43b22ce40564/schema)
