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

Checks the current status of an asynchronous job by job ID on the the402.ai platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_f5027cd8a1bf4f19
- 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-8f4b4939
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wxBcLGYqXWUXuUsrfQejH

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-8f4b4939
```

Example prompt: Can you check whether my the402.ai job with ID job_f5027cd8a1bf4f19 has finished yet, and if so, give me the results?

## When to prefer this

Use this endpoint after submitting an async job (such as code execution, image generation, SEO audit, or web extraction) on the402.ai platform and needing to poll for completion. Essential for any workflow that chains job submission with result retrieval.

## Known failure modes

- Job ID not found — returns 404 or error indicating unknown job
- Job still pending — returns in-progress status with no result yet
- Authentication failure — missing or invalid credentials
- Invalid job ID format — malformed request
- Job expired — job results no longer available

## 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 result payload if the job has finished, or error details if it failed.

## More

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