Retrieves the chronology of statuses the fine-tuned model has been through.
Returns a list of events that occurred during the life-cycle of the fine-tuned model.
The events are ordered by creation time, with the most recent event first.
The list can be paginated using page_size
and page_token
parameters.
Path parameters
The parent fine-tuned model ID.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Comma separated list of fields. For example: “created_at,name”. The default sorting order is ascending. To specify descending order for a field, append ” desc” to the field name. For example: “created_at desc,name”.
Supported sorting fields:
- created_at (default)
Response
List of events for the fine-tuned model.