---
title: "Instance metadata"
method: GET
path: "/api/meta"
tags: ["Health"]
---

# Instance metadata

`GET /api/meta`

Returns this Sencho instance's version and list of supported capabilities. No authentication required. Used by nodes to negotiate feature compatibility.

## Response `200`

Instance metadata.

- object
  - `version` string, required — Sencho version (semver).
  - `capabilities` string[], required — List of feature capabilities this instance supports.
  - `imagePinKind` 'floating' | 'semver' | 'digest' | 'unknown', nullable — How the Sencho service image is pinned in the operator's compose file. Omitted when self-update is unavailable or the compose file could not be read.
  - `updateBlocked` boolean — True when the image is pinned in a way Fleet cannot repin automatically (digest or unresolved value).
  - `updateError` string — Error from the last failed self-update attempt, when present.

---

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