Return all fine-tune jobs in repositories belonging to the given user. Only the user themselves can access this endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Username
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'