Read back a feedback submission and its review status
Returns the submission (id, type, query, notes, created_at) plus its per-correction rows, each with a review status in the public vocabulary: pending_review, needs_information, accepted, accepted_with_changes, rejected, withdrawn, applied, reverted (accepted means a reviewer agreed; applied means the change is live in the index). Only the submitting user’s keys can read a submission; unknown ids and other users’ submissions both return 404 (never 403).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Success
Id of the feedback record.
The feedback type as submitted. Values: recommendations, channel_sponsors, mentions, entities_search, entities, channels, monitor_alert, appearances, search.
Submission-level rollup of the per-correction statuses. Review status in the public vocabulary. Values: pending_review (submitted; a reviewer has not finished with it), needs_information (a reviewer needs more detail from you; add context in a support thread quoting the feedback_id), accepted (the correction was accepted as submitted), accepted_with_changes (accepted, but the reviewer resolved it differently than proposed), rejected (reviewed and declined), withdrawn (withdrawn by the submitter before review), applied (the accepted change is live in the index; accepted does not imply applied), reverted (a previously applied change was rolled back).
pending_review, needs_information, accepted, accepted_with_changes, rejected, withdrawn, applied, reverted The query object the feedback was attached to, as submitted.
The top-level notes as submitted. Null when none were supplied.
When the submission was created.
Per-correction rows with their individual review statuses, in submission order.