Sign in

Get Home Timeline

documented

Retrieve the authenticated user’s home timeline.

GET /2/users/{id}/timelines/reverse_chronologicalPostsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.x.com/2/users/{{$user_id}}/timelines/reverse_chronological?max_results={{$max_results}}&since_id={{$since_id}}&until_id={{$until_id}}&pagination_token={{$pagination_token}}&start_time={{$start_time}}&end_time={{$end_time}}&exclude={{$exclude}}&tweet.fields={{$tweet_fields}}&expansions={{$expansions}}" \
  -X GET \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'
Get Home Timeline · X · OpenIntegrations