Skip to main content
GET
List training events

Overview

Returns the training event log for a job — queued, running, metrics, and terminal transitions — with cursor pagination.

Authorizations

Authorization
string
header
required

Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.

Path Parameters

job_id
string
required

Identifies the job whose events you want. The ftjob- prefixed id whose training log you want.

Example:

"ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

Query Parameters

stream
enum<string>

Switches the response to Server-Sent Events. Set true for a live SSE stream instead of a JSON list.

Available options:
true
Example:

"true"

Response

The job's events.

A page of training events for one job.

object
string
required

Always list for a page of events.

Example:

"list"

data
object[]
required

The job's events, oldest first.

Example:
has_more
boolean
required

True when more events exist past this page.

Example:

false