---
title: "List published weights refs (platform admin)"
method: GET
path: "/v1/admin/inference/weights"
tags: ["Internal"]
---

# List published weights refs (platform admin)

`GET /v1/admin/inference/weights`

The weights manifest as a list: every checkpoint ref a deployment can use as weightsRef, with its content digest and size. Publishing itself stays with cmd/weightspublish (it needs AWS credentials and the raw checkpoint); this is the read side for operators.

## Response `200`

Published weights refs

- WeightsRefList
  - `items` WeightsRefSummary[], required
    - `digest` string, required — Content address of the whole checkpoint (sha256 over the sorted file list)
    - `fileCount` integer, required
    - `ref` string, required — The reference deployments use as weightsRef
    - `totalBytes` integer, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope
- `502` — An upstream dependency answered badly; retry
- `503` — A required integration (e.g. payments) is not configured

---

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