cURL
curl --request GET \ --url https://dev.hub.oxen.ai/api/repos/{namespace}/{repo_name}/fine_tunes \ --header 'Authorization: Bearer <token>'
{ "fine_tunes": [ { "base_model": "<string>", "created_at": "<string>", "id": "<string>", "name": "<string>", "status": "<string>", "updated_at": "<string>" } ], "status": "<string>", "status_message": "<string>" }
Return the fine-tune jobs associated with a given repository.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List fine-tunes response
Standard wrapper for fine-tune list responses.
List of fine-tune job resources
Show child attributes
Canonical name of the base model
Creation time
Fine-tune ID
Fine-tune name
Current status of the fine-tune
Last update time
High-level status string (for example, 'success').
Human-readable status message (for example, 'resource_found').