{{ api }}
[params captured: (mandatory)-
{% for param,status in details.get("mandatory",{}).items() %}
{% if status=="recorded" and param not in ["_","coverage"] %}
{{ param }},
{% endif %}
{% endfor %}
(optional)-
{% for param,status in details.get("mandatory",{}).items() %}
{% if status=="recorded" and param not in ["_","coverage"] %}
{{ param }},
{% endif %}
{% endfor %}]