/
HU
hud
/
HUD Platform
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 12h ago
Details
Filter operations
builds
14
byok-credentials
4
checks
5
completions
1
data
9
env-vars
6
inference
1
instances
2
jobs
17
limits
4
member-secrets
4
models
11
get
Resolve Model
get
Get Model
patch
Update Model
post
Fork Model
put
Set Model Head
get
List Model Checkpoints
get
List Checkpoint Traces
get
Model Results
get
Model Suggested Tasksets
get
List Model Inference Logs
get
List Models
registry
4
rollouts
6
storage
3
tasks
11
tasksets
4
traces
10
uploads
4
usage
2
models
List Model Checkpoints
List a trainable model's checkpoint tree.
get
/v2/models/{model_id}/checkpoints
Path parameters
model_id
string
uuid
required
Response
Successful Response
CheckpointResponse[]
required
id
string
uuid
required
name
string
nullable
checkpoint_name
string
nullable
prev_model_checkpoint_id
string
uuid
nullable
is_active
boolean
created_at
string
date-time
required
num_traces
integer
nullable
num_datums
integer
nullable
num_tokens
integer
nullable
mean_reward
number
nullable
learning_rate
number
nullable
loss_fn
string
nullable
metrics
object
jobs
CheckpointRef[]
tasksets
CheckpointRef[]
session_id
string
uuid
nullable
session_name
string
nullable
reward_groups
array[]
Changes