Querying a workflow's cron schedule

How can I query the cron schedule of a workflow? Is there a better way than finding a WorkflowExecutionStartedEventAttributes event in its history and inspecting the cron_schedule property?

At this point loading the first event from the history is the best approach.