get Job Detail
suspend fun getJobDetail(jobUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetJobResult
Get detailed information for a specific job by its UID.
This method implements an offline-first approach:
Returns cached job data immediately if available
Background sync will update the data automatically via delta sync
Return
GetJobResult containing job details, or error
Parameters
job Uid
The unique identifier of the job