How to print in endpoint in iteration during run tests

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:

Team,

i have get all endpoints for all request in iteration test runner. i beginner in postman and Javascript, anybody help me?

My Code:

var UrlApi = Json.url
pm.test(Sucess, function () {
pm.response.to have. Status(200);
pm.response(UrlApi)