# 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 for a specific thread on the the402.ai agent service marketplace platform

## Facts

- Endpoint: POST https://api.the402.ai/v1/threads/thread_b4bd1ded4d674d36
- 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-c370405e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uK8qPUDhMafCZLHPBGXT5

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

Example prompt: Can you pull up the full details for thread ID thread_b4bd1ded4d674d36 on the402.ai marketplace so I can see what's in it?

## When to prefer this

Use this endpoint when you need to inspect or retrieve the details of a known thread on the the402.ai marketplace, identified by its thread ID. Prefer this over other the402.ai endpoints when you already have a thread ID and want to read its full content or status rather than creating, purchasing, or verifying a service.

## Known failure modes

- Invalid or missing thread ID returns a 404 not found error
- Missing or invalid API key returns authentication error
- Thread belongs to a different account returns authorization error
- Network timeout if the402.ai platform is unavailable
- Malformed request body returns 400 bad request

## How this service works

View thread details (free with API key)

## Output

Returns the full details of the specified thread including its metadata, content, status, and any associated conversation or job information from the the402.ai 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-c370405e/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)
