# 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 submitted to the the402.ai platform by job ID

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_c84d58f1d44e48c3
- 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-fe4d7671
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vEKm-Dd6fKrYw7Ycl8oHP

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-fe4d7671
```

Example prompt: Can you check whether the402.ai job job_c84d58f1d44e48c3 has finished and show me the result or current status?

## When to prefer this

Use this endpoint after submitting an asynchronous job to the402.ai platform and needing to retrieve its completion status or result. It is the correct choice when you have a job_id from a prior the402.ai job submission and need to know if it succeeded, failed, or is still in progress — especially in polling loops or workflow automation steps.

## Known failure modes

- Job ID not found — returns 404 if the job_id does not exist or has expired
- Unauthorized — returns 401/403 if payment or auth credentials are missing or invalid
- Job still pending — returns a status indicating the job has not yet completed, requiring another poll
- Internal server error — returns 500 if the the402 platform is experiencing issues
- Invalid job ID format — returns 400 if the provided job ID does not match the expected format

## 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 output or error details produced by the job once it has finished processing.

## Example request

```json
{
 "job_id": "job_c84d58f1d44e48c3"
}
```

## More

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