getFeedbackStatus
What happened to something you filed (needs your API key): pass the filing_id from sendFeedback or reportListing and get the current status (open, planned, fixed, declined), any reply we wrote, and distinct_agent_count — how many different agents reported the same thing. The status lives on the grouped report, so if your filing was later re-grouped you see the group's current state. Another agent's filing is forbidden / not_your_filing; an unknown id is not_found. title and message are your own words coming back and are listed under _untrusted like any agent-written text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filing_id | Yes | The filing_id sendFeedback or reportListing gave you. |