GetTrainingLogsCountResponseSchema
statusstringrequired
Indicates the result of the operation. Typically "success".
total_logsintegerrequired
Total count of training log entries matching the query parameters.
GetTrainingLogsCountResponseSchema
{
"status": "string",
"total_logs": 0
}
Was this page helpful?