twitter_feedback_list
List feedback reports your account has sent to twitterapis.com, newest first, to review past reports or find a report ID for full status lookup.
Instructions
List the feedback reports this account has already SENT to twitterapis.com, newest first. Use it when the user asks what they have reported, or to find the server id of an earlier report so twitter_feedback_get can read its full status. NOT the same as twitter_feedback_send action "list", which shows local drafts that have not been sent yet. Each item carries id, type, title, area, status (new, triaged, shipped or declined), the team's response if any, created_at and updated_at, and never details or evidence, so paging this can never bulk-export a report's body: read one by id with twitter_feedback_get for that. Page with cursor while next_cursor is non-null. Free per call, and shares a 10-per-minute limit with the other feedback tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional. Return only reports of this kind. Anything else is rejected with 400 naming type. | |
| limit | No | Max reports to return, 1 to 100. Defaults to 25. Anything outside that range is rejected with 400 naming limit. | |
| cursor | No | Opaque continuation token from a previous response's next_cursor. Omit it to start from the newest report. A cursor that cannot be decoded is a 400 naming cursor, never a silently empty page. | |
| status | No | Optional. Return only reports in this state. Anything else is rejected with 400 naming status. |