Skip to main content
GET
Get Model

Authorizations

Authorization
string
header
required

An API key or OAuth2/OIDC access token sent as Authorization: Bearer <token>.

Path Parameters

model_id
string<uuid>
required

Response

Successful Response

id
required

The canonical server-assigned model id.

short_id
string
required

Short, human-friendly model handle, e.g. mdl-7bQ2xV9mKp4R.

name
string
required

Human-readable model name, unique per org. Server-generated at creation; editable via PATCH /v1/models/{model_id}.

user_id
string
required

Id of the user who created the model (the creator/owner).

model_type
enum<string>
required

training for /v1/training_jobs results; reasoning for /v1/reasoning_jobs on flat tasks; sequence_reasoning for /v1/reasoning_jobs on a sequence task (predict + per-entity drivers only).

Available options:
training,
reasoning,
sequence_reasoning
created_at
string | null
hyperparameters
Hyperparameters · object | null

The winning trial's hyperparameters (model-family specific).

validation_metrics
Validation Metrics · object | null

Cross-validation scores the optimizer selected on, keyed by metric name (e.g. {"auc": 0.91}).

source_tables
string[]

Names of the source tables the model trained on, captured at finalize from its training plan (read relations). Empty for models recorded before this was captured.