v51

latestOpenAPI 3.1.0proprietaryraw.githubusercontent.com2026-07-21411711.1 MB
/finetuning

Fetch history of statuses for a fine-tuned model.

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.

get/v1/finetuning/finetuned-models/{finetuned_model_id}/events

Path parameters

finetuned_model_idstring required

The parent fine-tuned model ID.

Query parameters

page_sizeinteger

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

page_tokenstring

Request a specific page of the list results.

order_bystring

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)

Headers

X-Client-Namestring

The name of the project that is making the request.

Response

A successful response.

next_page_tokenstring

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

total_sizeinteger

Total count of results.