Get Recurring job by its Id?

Is there any way to get Recurring job by its Id,
similarly as RecurringJob.RemoveIfExists(id)?

Thanks for any answers.

Still having the same problem :/. So there is probably no way to get a reccurnig job by its Id? :slight_smile:

RecurringJobDto job = ((JobStorageConnection)_storage.GetConnection())
             .GetRecurringJobs(new List<string> { jobId })
             .First();