Access of planned workout in custom streams script

Hello

I want to create a custom stream graph in the activity that displays the planned workout curves (target pace zone) in order to know for example if my pace is in the target zone.
Is it possible to access to the intervals.icu planned workout informations thanks to a javascript script (Step / target high pace / target low pace / step duration…) thanks to ICU object ? like “icu.activity…”

the objective is to have this, for example :

Thanks a lot

Didn’t find any way to do this.
I’ve changed the category to a feature request.

We have added icu.pairedEvent. You need to look at the workout_doc field. This is untyped but you can see what is in it by downloading a workout from your calendar in JSON format. Example:

{
  icu.pairedEvent.workout_doc.steps[0]._power.start
}

The data model types have been updated: