# 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 a previously submitted job on the the402.ai AI agent service marketplace platform

## Facts

- Endpoint: POST https://api.the402.ai/v1/jobs/job_efb443fdf1fc48ce
- 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-5e67d240
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pjmz045iMQz1uwGCt9853

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-5e67d240 -d '<json body>'
```

Example prompt: Can you check whether my job on the402.ai has finished yet? The job ID is job_efb443fdf1fc48ce.

## When to prefer this

Use this endpoint when you have already submitted a job to the the402.ai marketplace and need to poll for its completion status or retrieve the result. It is specifically designed for async job tracking within the the402.ai ecosystem, not for generic task management outside that platform.

## Known failure modes

- Job ID not found — invalid or expired job reference returns a 404 or error response
- Payment failure — the $0.001 USDC x402 micropayment is not completed, blocking status retrieval
- Job still in progress — status returned is pending/running with no final result yet
- Malformed job ID — incorrectly formatted job identifier causes a validation error

## How this service works

Fetch the status, metadata, and results for a specific asynchronous job using its job ID.

## Output

Returns the current status of the specified job on the the402.ai platform, including completion state (e.g. pending, running, completed, failed) and potentially the job output or result payload once finished.

## Example request

```json
{
 "job_id": "job_efb443fdf1fc48ce"
}
```

## More

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