Report id to task id

I’m attempting to retrieve a task ID using its associated report ID via gvm-cli commands. However, I’m unable to locate the task ID within the get_report_response. While a task name is present, it’s not a unique identifier as multiple tasks can share the same name.

I’m seeking a method to extract the desired task ID using gvm-cli. Would it be feasible to introduce a task_id filter within the command structure? Alternatively, is there a way to modify the get_report command to directly yield the task ID?