latestOpenAPI 3.1.02026-08-19270462702.4 KB

b92f75fd3b61

models

List Fine Tuned Inventory

List the active team's deployable model inventory with live traffic.

Args: auth: Authenticated caller; inventory is scoped to their active team. cursor: Opaque cursor from a previous page. limit: Projects per page.

Returns: One page of projects with their variants and window traffic.

Raises: HTTPException: 400 when the cursor is malformed.

get/models/fine-tuned

Query parameters

cursorstring nullable

Cursor from a previous page; omit for the first page.

Cursor from a previous page; omit for the first page.

limitinteger

Projects per page.

Projects per page.

Response

Successful Response

traffic_window_secondsinteger required

Width of the aggregated traffic window, in seconds.

traffic_status'available' | 'unavailable' required

'unavailable' when the traffic read failed; rows then carry null traffic.

next_cursorstring nullable

Cursor for the next page; null on the last page.

has_moreboolean required

Whether more projects remain after this page.