# 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 of a specific async job on the the402.ai platform by job ID

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_27e40d2b3ccc4130
- 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-09f38be9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BC-fj_PcgtJARLH4MHXiJ

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-09f38be9
```

Example prompt: Can you check whether my the402.ai job job_27e40d2b3ccc4130 has finished yet and tell me the result?

## When to prefer this

Use this endpoint when you have already submitted a job to the the402.ai platform and need to poll or retrieve its current status or result. This is the correct endpoint for async job tracking on the402.ai specifically, as opposed to initiating a new job or verifying payment release.

## Known failure modes

- Job ID not found — returns 404 if the job ID does not exist or is not accessible
- Invalid job ID format — malformed job ID returns 400 bad request
- Unauthorized — missing or invalid payment/auth header returns 401 or 402
- Job still pending — status is returned but result may be empty if job has not completed
- Network or server error — returns 500 if the platform is temporarily unavailable

## 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 metadata associated with that job on the the402.ai platform.

## More

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