# 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).

Checks the current status of a previously submitted job on the the402.ai platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_a1239309752d4ede
- 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-1b3bfed2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LkVkf4FyKkU2-fzsUrEFG

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-1b3bfed2
```

Example prompt: Can you check the status of my the402.ai job with ID job_a1239309752d4ede and let me know if it's completed yet?

## When to prefer this

Use this endpoint when you have already submitted an async job to the the402.ai platform and need to poll for its completion or retrieve its result. Prefer this over general status APIs when the job was specifically created through the the402.ai marketplace.

## Known failure modes

- Job ID not found or invalid — returns 404 or error response
- Job still processing — returns in-progress status without final result
- Payment not accepted — returns 402 if USDC payment is missing or insufficient
- Malformed job ID — returns 400 bad request
- Network timeout or platform unavailability — returns 5xx error

## How this service works

Check job status on the402 platform

## Output

Returns the current state of the specified job, including whether it is pending, in progress, completed, or failed, along with any available result data or error details.

## Example request

```json
{
 "job_id": "job_a1239309752d4ede"
}
```

## More

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