Katalon analytics use

Hello,

In my project, we would like to create UI tests via Katalon Recorder.
And we want to do more in-depth testing using another “homemade” framework that takes as input (URL + Body). We aim to provide input to the second framework by Katalon.
In other words to connect Katalon output to secod framework input.
My question is : Can we get information like (URL + request body) via Katalon Analytics ?
https://analytics.katalon.com/swagger-ui/index.html#/

Can we get this information from the GET request ?(under Test Case - APIs for Test Case)

GET
/api/v1/test-cases/{id} Returns a Test Case detail.

By the way, I know that Katalon analytics are usually used for execution analyzes and reports.

Thank you in advance for your response.