# 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_0bc7b536cf3843af
- 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-13cb8a87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6iHH1hxeL0e2qL6p53dCw

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-13cb8a87 -d '<json body>'
```

Example prompt: Can you pull up the full details for thread ID thread_0bc7b536cf3843af 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 known thread by its ID on the the402.ai platform. Best suited when you already have a thread ID and need to inspect its content or status programmatically.

## Known failure modes

- Invalid or non-existent thread ID returns 404 not found
- Missing or invalid API key returns 401 unauthorized
- Malformed request returns 400 bad request
- Thread belongs to a different account returns 403 forbidden
- Payment processing failure returns 402 payment required

## How this service works

View thread details (free with API key)

## Output

Returns complete details of the specified thread including its content, metadata, status, and any associated messages or context stored in that thread on the the402.ai marketplace platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-13cb8a87/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)
