Queue stats
loopback_get_statsRetrieve feedback queue stats: counts by project and status. Use to orient before picking work or report queue health.
Instructions
Overview of the feedback queue: counts by project and status. Use to orient before picking work, or to report queue health.
Args: project (optional — omit for all projects).
Returns { total, projects: [{ project, by_status, total }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Limit stats to one project; omit for all projects |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| projects | Yes |