Skip to main content

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
}