This API retrieves information about all the user’s training tasks.Documentation Index
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
application/jsonResponse:
task_name: The name of the training task.task_id: The unique identifier of the training task, which can be used to query the training status and results.task_type: The type of the training task.task_status: The status of the training task. Enum: UNKNOWN, QUEUING, TRAINING, SUCCESS, CANCELED, FAILED.created_at: The timestamp of when the training task was created.models: The trained models.model_name: The name of the model.model_status: The status of the model. Enum: DEPLOYING, SERVING.