getJobDetail

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:

  1. Returns cached job data immediately if available

  2. Background sync will update the data automatically via delta sync

Return

GetJobResult containing job details, or error

Parameters

jobUid

The unique identifier of the job