v1
latestOpenAPI 3.1.0Apache-2.02026-07-13153158.0 KBkernels
List registered kernel manifests (PTX omitted)
FEATURE-GATED: only mounted under --features kernel-registry-api. Returns 503 kernel_registry_not_configured when the feature is on but TENSOR_WASM_API_KERNEL_HMAC_KEY is unset.
Lists manifests in unspecified order; PTX text is omitted (use GET /kernels/{name}/{version} to fetch source). Any authenticated tenant may list. limit is clamped to 1000 server-side; the response echoes the effective offset / limit.
get/kernels
Query parameters
offsetinteger
Index of the first manifest to return; defaults to 0.
limitinteger
Maximum manifests in the returned page; defaults to 100, clamped to 1000 server-side.
Headers
X-TensorWasm-Tenantinteger
Tenant scope (u64). Defaults to 0 if absent. Mandatory when the gateway runs with TENSOR_WASM_API_REQUIRE_TENANT=1.
Response
Page of manifests with the effective pagination echoed.