{% extends "base.html" %} {% block title %}discovery-sweep — {{ scope_hash[:8] }}{% endblock %} {% block content %}

← Back to workflows

discovery-sweep scope {{ scope_hash[:12] }}

queue: {{ totals.queue }} questions: {{ totals.questions }} rejected: {{ totals.rejected }} {% if metadata %} {% if metadata.spent_usd is defined %} spend ${{ "%.4f"|format(metadata.spent_usd|float) }} {% endif %} {% if metadata.duration_ms is defined %} duration {{ metadata.duration_ms }}ms {% endif %} {% if metadata.failures %} {{ metadata.failures|length }} source failure(s) {% endif %} {% endif %}

{% for key, label, rows, blurb in sections %}

{{ label }} ({{ rows|length }})

{{ blurb }}

{% if rows %} {% else %}

No findings in this bucket.

{% endif %}
{% endfor %} {% endblock %}