opentweet_list_tweets
Retrieve paginated tweets from your account, filtered by status such as posted, scheduled, draft, or failed.
Instructions
List your tweets with optional filtering by status. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (default 20, max 100) | |
| status | No | Filter by status: "scheduled" (upcoming), "posted" (published), "draft" (unscheduled), "failed" (errors) | |
| x_account_id | No | Filter by X account ID (for multi-account users) |