# 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 asynchronous job on the the402.ai platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_51d7685282154020
- 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-dd41b767
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TDiKe85nEk8jBiVSZL-Af

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

Example prompt: Can you check the status of my the402.ai job with ID job_51d7685282154020 and let me know if it's completed yet?

## When to prefer this

Use this endpoint after submitting any asynchronous job on the the402.ai marketplace — such as after purchasing a service like Sentiment Analysis, DocQA, or Agent Cost Forensics — to poll for completion and retrieve the result. It is the canonical way to check async job state on this platform.

## Known failure modes

- Job ID not found or invalid — returns 404 or error response
- Job still pending — returns in-progress status with no result yet
- Payment not verified — returns 402 or authorization error
- Malformed job ID format — returns validation error
- Job expired or purged — returns not found error

## How this service works

Check job status on the402 platform

## Output

Returns the current status and result of the specified job, including whether it is pending, in-progress, completed, or failed, along with any output data produced by the job.

## Example request

```json
{
 "job_id": "job_51d7685282154020"
}
```

## More

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