{"uid":"cap_MATzhqx840QBP2An8tomt","slug":"readx-tweet-conversation-fetch-ff60efad","name":"ReadX Tweet Conversation Fetch","description":"A single tweet with its full conversation: tweets before, after and replies. Example: GET /api/jack/tweets/20","url":"https://readx.sh/api/:name/tweets/:id","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"type":"object","required":["name","id"],"properties":{"id":{"type":"string","pattern":"^[0-9]{1,19}$","description":"Numeric tweet id (up to 19 digits)."},"name":{"type":"string","pattern":"^[A-Za-z0-9_]+$","minLength":1,"description":"X handle without the leading @ (alphanumeric and underscore)."},"cursor":{"type":"string","description":"Pagination cursor from a previous response's pagination.next_cursor (the conversation endpoint at /api/{name}/tweets/{id} instead takes its own nested reply cursor — see that endpoint)."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_9pVe7utiq-_hkoOo1IBLg","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a single tweet along with its full conversation context — including preceding tweets, replies, and thread — by username and tweet ID","exampleAgentPrompt":"Can you pull up the full conversation thread for @jack's tweet with ID 20 on X — including any tweets before it in the thread and all the replies?","exampleUseCases":null,"resultDescription":"A JSON object containing the target tweet's full content plus the surrounding conversation: tweets that came before it in the thread, replies to it, and pagination cursors for loading more replies if the conversation is long.","failureModes":["Tweet ID does not exist or has been deleted — returns 404 or empty result","Username does not match the tweet author — mismatch error or empty response","Invalid tweet ID format (non-numeric or too long) — schema validation error","Rate limiting or payment failure — 402 Payment Required if USDC payment is not attached","Suspended or private account — tweet data unavailable","Invalid cursor value — pagination fails or returns unexpected results"],"whenToPreferThis":"Use this endpoint when you need the full conversational context around a specific tweet — not just the tweet itself but the thread it belongs to and the replies it received. Ideal for agents that need to understand discourse, trace a Twitter thread from root to branches, or summarize a public conversation. Prefer this over a generic tweet-fetch endpoint when conversation threading and reply context are required.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:49:39.039Z","isFirstParty":false}