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

Check the current status of a submitted job on the the402.ai AI agent service marketplace platform

## Facts

- Endpoint: POST https://api.the402.ai/v1/jobs/job_89c9f9efd9ba4ef5
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-e072fdf7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_omI4I_kMK_rK7do2g1Pha

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-e072fdf7 -d '<json body>'
```

Example prompt: Can you check the status of my the402.ai job with ID job_89c9f9efd9ba4ef5 and let me know if it has completed or what state it's currently in?

## When to prefer this

Use this endpoint when you have previously submitted a job to the the402.ai marketplace and need to poll or check its completion state. Ideal for asynchronous workflows where you submitted a task (e.g., sentiment analysis, custom tool development) and need to retrieve results or verify completion before proceeding.

## Known failure modes

- Job ID not found — job may have expired or ID is incorrect (404 or equivalent error)
- Invalid job ID format returns validation error
- Job belongs to a different account or session — authorization error
- Platform unavailable or rate limit exceeded — 5xx error
- Payment of 0.001 USDC not processed — 402 payment required error

## How this service works

Fetches detailed metadata and status for a specific job by ID from The402.ai Jobs API.

## Output

Returns the current status of the specified job on the the402.ai platform, including whether it is pending, running, completed, or failed, along with any result data or error information associated with that job ID.

## Example request

```json
{
 "job_id": "job_89c9f9efd9ba4ef5"
}
```

## More

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