# the402 Job Status Lookup

> the402 Job Status Lookup 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).

Retrieves the status and result of a previously submitted job by its job ID on the the402 AI agent marketplace.

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs
- 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-status-lookup-7ef2c973
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_09pSAmkwhC0l-5G_VAygC

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-status-lookup-7ef2c973
```

Example prompt: Check the status of my the402 job with ID 'job_abc123' and show me the result if it's finished.

## When to prefer this

Use this endpoint after submitting a job via the the402 marketplace to poll for completion and retrieve results. Ideal when you have already paid for and submitted a service job and need to check its outcome. Prefer this over resubmitting a new job to avoid duplicate charges.

## Known failure modes

- Job ID not found — returns 404 or error object if the ID doesn't exist
- Missing required 'id' parameter — validation error
- Job still processing — returns status indicating pending/in-progress rather than a final result
- Unauthorized access — if the job belongs to a different account
- Network timeout or service unavailability

## How this service works

List your jobs on the402 platform

## Output

Returns a JSON object containing the job's current status, result payload, and associated metadata for the given job ID submitted to the the402 service marketplace.

## Response schema (JSON Schema)

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

## More

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