[API] Get upstream task IDs for frame-dependent task?

Consider this scenario:

Job A  -->  Job B (frame-dependent)

Given Job A’s job ID and a task ID from Job B, I’m wondering if it’s possible to get a list of the task IDs from Job A that the Job B task depends on (assuming the dependency is frame-level).

I haven’t found a way to do this using the public API, but I figured I should double-check before I implement something myself.

Thanks.

There were some addons for checking dependencies, but not to compute what you need. Looks like this is something you’ll need to add unfortunately.