ecosystem_shallow_queue_status
Retrieve the status of the shallow-scan queue for an active project, including counts of active profiles, pending scans, in-flight dispatches, failures, and self-learning progress.
Instructions
Show Stage 0 shallow-scan queue status for the active project.
Returns counts for active profiles, pending shallow scans,
in-flight dispatches, terminal failures (shallow_failed), and
deleted/private-flagged repos. The self_learning_pending map
shows how many distinct repos have hit each failure class so far
(a class fires a pattern_record entry once the count reaches 3).
Returns:
{project_id, active_total, pending_shallow, in_flight, shallow_failed, deleted, private_now, concurrency, self_learning_pending}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||