# 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_4f640f9ede5b4ec7
- 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-352d647e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P9d9souxw9bpskH4hS5mA

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-352d647e
```

Example prompt: Check the status of my job on the402.ai — the job ID is job_4f640f9ede5b4ec7.

## When to prefer this

Use this endpoint after submitting a job to the402.ai platform (e.g. sentiment analysis, web scraping, document QA) and you need to check whether the async task has completed and retrieve its output. Prefer this over re-submitting the job, as it is idempotent and cheap at $0.001 USDC.

## Known failure modes

- Invalid or unknown job ID returns an error
- Job ID belongs to a different account or session
- Job has expired or been purged from the system
- Payment not verified, blocking status retrieval
- Network timeout or platform unavailability

## How this service works

Check job status on the402 platform

## Output

Returns the current status of the specified job, including whether it is pending, running, completed, or failed, along with any available result or output payload from the completed task.

## Example request

```json
{
 "job_id": "job_4f640f9ede5b4ec7"
}
```

## More

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