# Twitter Thread Context Fetcher

> Twitter Thread Context Fetcher is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Retrieves the full thread context for a given tweet by its ID, returning the chain of related tweets in the thread

## Facts

- Endpoint: POST https://twitter.surf.cascade.fyi/tweets/:id/thread
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-surf-cascade-fyi-db351125
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u-24J49Rpp-06U7nfCGFl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability twitter-surf-cascade-fyi-db351125 -d '<json body>'
```

Example prompt: Can you pull the full thread context for tweet ID 1234567890 on twitter.surf so I can read the entire conversation?

## When to prefer this

Use this endpoint when you need to retrieve the full conversational thread context of a specific tweet — not just the tweet itself — such as when analyzing multi-tweet threads, summarizing a Twitter discussion, or following a long-form tweet storm. Prefer over generic tweet lookup when thread continuity and context are needed.

## Known failure modes

- Invalid or non-existent tweet ID returns 404 or empty result
- Payment failure via x402 protocol results in 402 response
- Rate limiting may return 429 or equivalent error
- Deleted or protected tweets may return empty thread
- Invalid cursor value may cause pagination errors

## How this service works

Thread context

## Output

A paginated list of tweets that make up the thread associated with the given tweet ID, including the chain of replies or continuation tweets forming the full conversation context. Supports cursor-based pagination for long threads.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-surf-cascade-fyi-db351125/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.surf.cascade.fyi](https://www.zero.xyz/host/twitter.surf.cascade.fyi/llms.txt)
