List agent feedback queue (operator)
ic_admin_list_feedbackRead the agent-voice queue. Default returns the newest 25 summaries (preview = first 200 chars of message + attribution + priority + kind + resolved flag). Pass full=true to get full records (for export / triage). Filters AND together: kind, priority, resolved (true = closed only, false = open only, omit = both). Returns: { ok, count, total, scanned, filter, records }. Newest first. Required scope: admin:feedback_review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, return full FeedbackRecord (incl. ip_hash, contact). Default false = summaries. | |
| kind | No | Filter to one kind. | |
| limit | No | Default 25; max 200. | |
| offset | No | Paging cursor. Default 0. | |
| priority | No | Filter to one priority. | |
| resolved | No | Tri-state. true = resolved only, false = open only, omit = both. |