Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
获取 Fastino 训练任务输出日志的时间点快照。
curl https://api.fastino.ai/v1/training-jobs/YOUR_TRAINING_JOB_ID/logs \ -H "X-API-Key: $FASTINO_API_KEY"
{ "job_id": "YOUR_TRAINING_JOB_ID", "logs": [ { "id": "LOG_ID", "job_id": "YOUR_TRAINING_JOB_ID", "timestamp": "2026-09-22T20:00:00Z", "level": "INFO", "message": "Epoch 2 completed", "source": "trainer" } ], "total_logs": 1 }
GET /v1/training-jobs/{job_id}/logs
id
job_id
timestamp
level
message
source
404
此页面对您有帮助吗?