Get Schema
Return the persisted schema manifest for a model.
Served directly from S3 (users/{user_id}/models/{model_id}/schema.json) —
no model load required. Raises if the manifest is missing, since every
persisted model writes one.
Path Parameters
Response
Successful Response
Sidecar at traces/{org}/{model}/schema.json.
Written by api.services.schema_builder.build_schema_manifest after
training; read by the inference server when materializing a request
DataFrame so categorical codes line up with what the model was trained on.
The public HTTP response for GET /schema is served from this type directly
— the on-disk sidecar and HTTP shape share one definition because they're
identical.