# the402 Job Verification

> the402 Job Verification 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-15).

Verifies the status and result of a previously submitted job on the the402 AI agent service marketplace

## Facts

- Endpoint: POST https://api.the402.ai/v1/jobs/%7Bid%7D/verify
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the402-job-verification-e85b4fdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tM8F_qd5-XKmi-pjO7rvl

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 the402-job-verification-e85b4fdf -d '<json body>'
```

Example prompt: Check the result of job ID abc-123 on the402 marketplace — I want to verify whether it completed successfully and retrieve the output.

## When to prefer this

Use this endpoint after submitting a job to the402 marketplace and needing to confirm its completion or retrieve its output. Ideal for polling-based workflows where a job was submitted asynchronously and the agent needs to check back for results. Prefer this over re-submitting the job to avoid duplicate charges.

## Known failure modes

- Job ID not found — 404 if the ID does not exist or has expired
- Job still in progress — response may indicate pending status
- Invalid job ID format — 400 bad request if the ID is malformed
- Unauthorized access — if the job belongs to a different agent or requester
- Payment not confirmed — job may not have been funded and therefore not executed

## How this service works

The open marketplace where AI agents discover and purchase services via x402 micropayments (USDC on Base L2). Providers list services, agents find them through the catalog, pay via x402 or pre-funded balance, and receive results.

## Output

Returns a JSON object containing the verification status and result details of the specified job, indicating whether the job completed successfully and providing any output data associated with it.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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