# the402.ai Job Status Check

> the402.ai Job Status Check 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).

Polls the status of a previously submitted job on the the402.ai AI agent service marketplace platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_6e0a0df18c5e4a4c
- 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-9723b5b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L7nYw7pYDHV73LCBm8kw7

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-9723b5b9
```

Example prompt: Can you check whether my the402.ai job with ID job_6e0a0df18c5e4a4c has completed yet and what the result is?

## When to prefer this

Use this endpoint after submitting an asynchronous job to the the402.ai marketplace to check its completion status. Prefer this when you need to poll for results of previously dispatched tasks such as sentiment analysis, document extraction, domain availability checks, or other purchased services on the402 platform.

## Known failure modes

- Job ID not found — returns 404 or error if the job_id does not exist on the platform
- Job still processing — returns a pending/in-progress status with no final result yet
- Invalid job ID format — returns validation error if the ID is malformed
- Payment failure — $0.001 USDC payment not processed, request rejected
- Authentication error — missing or invalid credentials prevent status retrieval

## How this service works

Check job status on the402 platform

## Output

Returns the current status of the specified job (e.g. pending, running, completed, failed) along with any available result data or output from the completed job.

## Example request

```json
{
 "job_id": "job_6e0a0df18c5e4a4c"
}
```

## More

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