RL
Get training session
Gets a training session by its ID and returns its details.
get/rl/training-sessions/{session_id}
Path parameters
session_idstring required
ID of the training session
Response
Training session details
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"error": {
"message": "The session could not start because the selected resource has no available capacity.",
"occurred_at": "2026-01-02T00:00:05Z"
},
"inference_checkpoints": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-01-02T00:00:00Z",
"registration": {
"model_name": "username/Meta-Llama-3-8B-rl-step-42-20260216",
"registered_at": "2026-01-02T00:00:00Z"
}
}
],
"training_checkpoints": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-01-02T00:00:00Z"
}
],
"resume_from_checkpoint_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-01-02T00:00:00Z",
"updated_at": "2026-01-02T00:00:05Z",
"lora_config": {
"rank": 32,
"alpha": 64
},
"model_resources_id": "123e4567-e89b-12d3-a456-426614174000",
"created_by": "user_123"
}