# 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

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_6a5f9b0e96044836
- 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-fbee94fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wc_9_MPcYcC6IeDvGXQK8

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

Example prompt: Can you check the status of my job job_6a5f9b0e96044836 on the402.ai and let me know if it's finished or still processing?

## 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 state, retrieve its output, or confirm delivery before releasing payment.

## Known failure modes

- Job ID not found — invalid or expired job reference returns 404
- Unauthorized — missing or invalid payment/API credentials
- Job still queued or processing — returns in-progress state with no result yet
- Malformed job ID format causes validation error

## 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 if the job has concluded.

## Example request

```json
{
 "job_id": "job_6a5f9b0e96044836"
}
```

## More

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