# 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 an asynchronous job previously submitted to the the402.ai platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_43b4b8deb7b84a43
- 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-3fe87c2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tECpKNMx3JpMUFQBbmb9_

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-3fe87c2d
```

Example prompt: Check the status of my the402 job with ID job_43b4b8deb7b84a43 — I want to know if it's completed and what the result is.

## When to prefer this

Use this endpoint after submitting a job to the the402.ai marketplace and needing to poll for its completion. Ideal for async workflows where a purchase or task was initiated (e.g. sentiment analysis, domain availability check) and the result is not immediately available. Use in polling loops or webhook-alternative patterns within AI agent pipelines.

## Known failure modes

- Job ID not found — returns 404 or error if the job_id does not exist or has expired
- Payment failure — $0.001 USDC per call via x402 protocol; insufficient balance returns payment error
- Job still pending — returns status indicating job has not yet completed
- Internal server error — platform-side failure returns 5xx error
- Invalid job ID format — malformed or missing job_id field returns validation error

## How this service works

Check job status on the402 platform

## Output

Returns the current status of the specified job (e.g. pending, running, complete, failed), along with any available output or result payload and error details if the job failed.

## Example request

```json
{
 "job_id": "job_43b4b8deb7b84a43"
}
```

## More

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