Tweets

Get home timeline

Returns the home timeline for the connected X account.

get/api/v1/x/timeline

Query parameters

seenTweetIdsstring

Comma-separated tweet IDs to exclude from results. Empty entries are ignored.

cursorstring

Pagination cursor for timeline

Response

List of timeline tweets

filtered_countinteger
has_next_pageboolean required
next_cursorstring required

Example response

{
  "tweets": [],
  "has_next_page": false,
  "next_cursor": ""
}