# 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: GET https://api.the402.ai/v1/jobs/job_b7c17b9c70da4571
- 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-f3a11307
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IopIe9lylrJywp5LqjS_r

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

Example prompt: Check the status of my job on the402 platform — the job ID is job_b7c17b9c70da4571 — and let me know if it's finished and what the result is.

## When to prefer this

Use this endpoint when you have previously submitted a job to the the402.ai marketplace and need to poll its completion status or retrieve its output. Ideal for async workflows where a job was kicked off earlier and you need to check back on its progress or collect results.

## Known failure modes

- Job ID not found — invalid or expired job ID returns 404 or error
- Payment not processed — x402 payment of $0.001 USDC not completed returns 402
- Job still pending — status returned but no result yet
- Network timeout — job status endpoint unreachable
- Malformed job ID format — improperly formatted job ID rejected

## 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 output or error details from the job execution on the the402.ai platform.

## Example request

```json
{
 "job_id": "job_b7c17b9c70da4571"
}
```

## More

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