Get Argument and Scheduled time in Temporal schedule

Hi Temporal team,

I’m currently exploring Schedule feature of Temporal. Can anyone help with the below cases?

  1. I want to get the argument Object of the schedule that I put in ScheduleActionStartWorkflow…newBuilder().setArguments(argument).

  2. Also can I **get the SCHEDULED time in a workflow ** (not execution time nor current time) - TemporalScheduledStartTime

Thank you