getJobStats

suspend fun getJobStats(fromDate: String, toDate: String): GetJobStatsResult

Get job statistics for a specific date range.

This method retrieves aggregated statistics about jobs scheduled within the specified date range, including counts by status type (completed, in progress, yet to start, etc.)

Return

GetJobStatsResult containing statistics or error information

Parameters

fromDate

Start date in ISO 8601 format (YYYY-MM-DD)

toDate

End date in ISO 8601 format (YYYY-MM-DD)