# the402.ai Thread Details Viewer

> the402.ai Thread Details Viewer is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Retrieves full details of a specific thread on the the402.ai agent service marketplace platform

## Facts

- Endpoint: POST https://api.the402.ai/v1/threads/thread_70b5802993ec4e0c
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-aa400b67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7yGsu5V8EsiFE5jkThwzY

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 api-the402-ai-aa400b67 -d '<json body>'
```

Example prompt: Pull up the details for thread ID thread_70b5802993ec4e0c on the402.ai so I can see what it contains.

## When to prefer this

Use this endpoint when you need to retrieve the full details of a specific known thread on the the402.ai marketplace platform and already have the thread ID. Prefer this over polling or job-status endpoints when you want complete thread data rather than just a status update.

## Known failure modes

- Invalid or missing API key returns 401 unauthorized
- Thread ID not found returns 404
- Malformed thread ID returns 400 bad request
- Payment failure (x402) if free tier limit exceeded
- Rate limiting if too many requests in short succession

## How this service works

View thread details (free with API key)

## Output

Returns the full details of the specified thread including its metadata, content, and status as stored on the the402.ai platform.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-aa400b67/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
