Return all fine-tune jobs in repositories belonging to the given organization. Requires the authenticated user to be a member of the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization name
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'