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

Retrieves the current status and result of a previously submitted job on the402.ai platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_fc25e4947a214910
- 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/the402-ai-job-status-check-4b5db430
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3clIlVx4dApCGvJc2Zl1M

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 the402-ai-job-status-check-4b5db430
```

Example prompt: Can you check whether my the402 job with ID job_fc25e4947a214910 has finished yet and give me the result?

## When to prefer this

Use this endpoint when you have already submitted a job to the402 platform and need to poll for its completion or retrieve its result. This is the appropriate follow-up call after initiating an async task on the402 marketplace. Choose this over bid-listing or payment-verification endpoints when your goal is simply to know whether a specific job has finished and to retrieve its output.

## Known failure modes

- Job ID not found — returns 404 if the job_id does not exist or belongs to a different account
- Unauthorized — returns 401/403 if the API key or payment credential is missing or invalid
- Job still pending — returns status indicating job has not yet completed, requiring the caller to retry
- Payment required — returns 402 if the $0.001 USDC micropayment is not fulfilled
- Server error — returns 500 if the402 platform is experiencing issues

## 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 result payload or error details associated with the job execution on the402 platform.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the402-ai-job-status-check-4b5db430/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)
