Skip to main content
GET
Get Training Job Events

Authorizations

Authorization
string
header
required

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

Path Parameters

training_job_id
string
required

Query Parameters

after
string

Cursor for pagination

limit
integer
default:20

Number of items to return

Required range: 1 <= x <= 100

Response

Successful Response

data
TrainingJobEventResponse · object[]
required

Array of items

has_more
boolean
required

Whether there are more items available

object
string
default:list

Object type identifier

first_id
string
default:""

ID of the first item in the current page

last_id
string
default:""

ID of the last item in the current page