# 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-16).

Polls the status of a previously submitted job on the the402.ai agent service marketplace platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_3964cd7d97ca47ae
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-79c884a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_60NvymwdEn7F1N4ZrdZ6g

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-79c884a7
```

Example prompt: Can you check whether my the402.ai job job_3964cd7d97ca47ae has finished and give me the result?

## When to prefer this

Use this endpoint after submitting a job to the the402.ai marketplace to poll for completion and retrieve results. This is specifically for asynchronous job tracking within the the402.ai ecosystem — not for creating jobs, making payments, or checking delivery of other services.

## Known failure modes

- Invalid or unknown job ID returns 404 or error response
- Job still processing returns a pending status with no result yet
- Expired job ID (job too old) may return not-found error
- Insufficient payment or missing x402 payment header returns 402 Payment Required
- Network timeout if the platform is under load

## How this service works

Check job status on the402 platform

## Output

Returns the current status of the submitted job (e.g. pending, running, complete, failed) along with any output or result data from the completed task, and error details if the job failed.

## Example request

```json
{
 "job_id": "job_3964cd7d97ca47ae"
}
```

## More

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