# Get Specific Checkpoint Retrieve details for a specific model checkpoint by its step number. Endpoint: GET /tailored-gen/models/{model_id}/checkpoints/{checkpoint_step} ## Path parameters: - `model_id` (integer, required) The ID of the model. - `checkpoint_step` (integer, required) The training step number of the checkpoint. ## Header parameters: - `api_token` (string, required) ## Response 200 fields (application/json): - `checkpoint_step` (integer) The training step number of the checkpoint. - `training_job_id` (integer) The ID of the training job. - `created_at` (string) Timestamp of checkpoint creation.