getById

abstract suspend fun getById(id: String): TaskRequest?

Returns a single task by ID, or null if not found.