Admin: list attachments on a feedback row with short-lived URLs
Returns the attachments declared on a single feedback_raw row, each annotated with its current verify state and a 5-minute signed READ URL when (and only when) the post-upload verify worker has marked the attachment verified=true AND quarantined=false. Quarantined or still-pending entries are returned with url=null and a status string the dashboard can render verbatim.
Admin-only - this endpoint is gated by require_platform_admin. There is NO customer-facing variant; customers cannot retrieve their own attachments via API (the only customer-side handle is the original submission receipt). Every call writes one Tier-2 feedback_admin_view row to audit_events (fail-open - audit failure never blocks the response).
Path Parameters
Response
Attachment list with per-entry URLs (or null)
The response is of type Response Admin List Feedback Attachments V1 Feedback Feedback Id Attachments Get · object.