Skip to main content
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.
An unknown or inaccessible job returns 404.