List fine-tunes in a repository
fine_tunes
List fine-tunes in a repository
Return the fine-tune jobs associated with a given repository.
GET
List fine-tunes in a repository
Documentation Index
Fetch the complete documentation index at: https://oxenai-eric-revamp-getting-started.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (1-indexed)
Number of items per page
Search across fine-tune name, display name, base model, and repository (case-insensitive substring match). For example: 'qwen', 'ox/Delorean', 'customer-support'.
Filter by status. One of: created, tokenizing, enqueued, running, completed, stopped, errored, deployed
Filter by creator username (exact match)
Sort order by creation date: 'newest' (default) or 'oldest'