Get Model
Path Parameters
Response
Successful Response
One row from the models table.
Returned by GET /v1/models/{model_id} and inside
:class:ListModelsResponse. Omits user_id because it's implied by
the API key / session used at the HTTP boundary; model_uri is the
server's S3 pointer kept as a backup — clients address inference via
model_id and the canonical convention path.
The canonical server-assigned model id.
trainer for /v1/trainer/run results; reasoning for /v1/reasoning/fit on flat tasks; sequence_reasoning for /v1/reasoning/fit on a sequence task (predict + gradient explain only).
trainer, reasoning, sequence_reasoning id of the dataset the model was trained against, or None for legacy rows minted before lineage tracking.