--- url: /2/tweets/search/all method: get queries: - name: query type: string required: true - name: end_time type: date - name: expansions type: enum value: attachments.poll_ids, attachments.media_keys, author_id, edit_history_tweet_ids, entities.mentions.username, geo.place_id, in_reply_to_user_id, referenced_tweets.id, referenced_tweets.id.author_id - name: max_results type: integer max: 500 min: 10 - name: media.fields type: enum - name: next_token type: string - name: place.fields type: enum - name: poll.fields type: enum - name: since_id type: string - name: sort_order type: enum_single value: recency, relevancy - name: start_time type: date - name: tweet.fields type: enum - name: until_id type: string - name: user.fields type: enum response: type: object properties: data: type: array items: type: object ref: tweets errors: type: array items: type: object ref: errors includes: type: object ref: includes meta: type: object ref: meta