Skip to main content
GET
Get metrics

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Fine-tune job ID. A string that starts with ft-.

Query Parameters

global_step_from
integer

Return only metrics with global_step >= this value.

global_step_to
integer

Return only metrics with global_step <= this value.

logged_at_from
string<date-time>

Return only metrics logged at or after this ISO-8601 timestamp.

logged_at_to
string<date-time>

Return only metrics logged at or before this ISO-8601 timestamp.

resolution
integer

Number of (uniformly sampled) train metrics to return.

Response

List of metrics snapshots in chronological order.

metrics
object[]