Endpoints
Get training logs
Retrieve a point-in-time snapshot of a Fastino training job’s output logs.
GET
GET /v1/training-jobs/{job_id}/logs
Returns structured stdout and stderr entries. This endpoint does not stream; poll it to follow a running job.
Request
string
required
Your Fastino API key.
string
required
Training-job UUID.
Response
string
Training-job UUID.
object[]
Log entries. Each entry contains
id, job_id, timestamp, level, message, and source.integer
Number of entries returned.
404.
