Read Feedback
read_feedbackList submitted platform feedback or retrieve particular reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Batch read — feedback row ids from read_feedback without IDs; returns { feedback: [rows], count, ids_filter } in one response, rows field-identical to the single form. Any absent or not-visible id rejects the WHOLE call with missing_ids[] (no silent partials). No hard cap, but full rows average ~2.3KB — batch in 10-15s on a large sweep rather than sending the whole inbox at once. | |
| kind | No | Filter by feedback kind (bug | feature | support | session). | |
| status | No | Filter by status — defaults to open. | |
| contract | No | Help mode — return the complete contract with no operation performed. | |
| feedback_id | No | Feedback row id from read_feedback without IDs — the single-item read, returns { feedback: row }. Pass either this or ids[], not both. | |
| container_id | No | Filter to one container — useful on the platform inbox. |