Retrieves the chronology of statuses the fine-tuned model has been through.

GET

Path parameters

finetuned_model_idstringRequired

The parent fine-tuned model ID.

Headers

X-Client-NamestringOptional

The name of the project that is making the request.

Query parameters

page_sizeintegerOptional

Maximum number of results to be returned by the server. If 0, defaults to 50.

page_tokenstringOptional

Request a specific page of the list results.

order_bystringOptional

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

This endpoint returns an object.
eventslist of objectsOptional

List of events for the fine-tuned model.

next_page_tokenstringOptional

Pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.

total_sizeintegerOptional

Total count of results.