Get the status of ONE of your feedback tickets
ic_feedback_get_statusRead one of YOUR feedback tickets in full by ticket_id — including whether the operator resolved it, the resolution_note, and resolved_at. Ownership-gated: a ticket_id that isn't yours returns { ok:false, error_kind:'forbidden' }; an unknown / expired id returns { ok:false, error_kind:'not_found' }. The message + sidecars come back inside <USER_SUBMITTED_TEXT> quarantine envelopes (your own text, echoed safely). Args: { ticket_id }. Returns: { ok, record, resolved, resolution_note?, resolved_at? }. Required scope: feedback:read (granted at ai-floor, ic-member, operator).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes | ticket_id from a prior ic_feedback_submit (format fb_*). |