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

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_d9a59944e86347a2
- 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-0826b83a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ViWVr5vH4e217_eBeM8-k

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-0826b83a
```

Example prompt: Can you check the status of my the402.ai job with ID job_d9a59944e86347a2 and let me know if it's finished or still running?

## When to prefer this

Use this endpoint when you have previously submitted an asynchronous job to the the402.ai marketplace and need to poll for its completion or retrieve its results. Ideal for agentic workflows that dispatch long-running tasks and need to check back. Not suitable for submitting new jobs or purchasing services — use the relevant purchase endpoints for that.

## Known failure modes

- Invalid or unknown job ID returns a 404 or error response
- Job ID belongs to a different account or lacks authorization — returns 401/403
- Payment of $0.001 USDC not provided or rejected via x402 protocol — request blocked
- Job has expired or been purged from the system — returns not found
- Malformed job ID format causes a validation error

## How this service works

Check job status on the402 platform

## Output

Returns the current status of the specified job on the the402.ai platform, including whether it is pending, in-progress, completed, or failed, along with any available output or result data.

## Example request

```json
{
 "jobId": "job_d9a59944e86347a2"
}
```

## More

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