# 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 current status of a previously submitted job on the the402.ai agent service marketplace platform

## Facts

- Endpoint: POST https://api.the402.ai/v1/jobs/job_ded5d9a0d34c4431
- 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-3d3215cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ViEpCooJ0kYAgvYZQdExq

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

Example prompt: Check the status of my the402.ai job with ID job_ded5d9a0d34c4431 and let me know if it's finished or still processing.

## When to prefer this

Use this endpoint when you have already submitted a job to the the402.ai marketplace and need to poll for its completion or retrieve its result. Ideal for asynchronous workflows where a prior purchase or task submission returned a job ID that needs to be tracked to completion.

## Known failure modes

- Job ID not found — invalid or expired job identifier returns 404 or error state
- Job still queued — status returned as pending with no result yet
- Authentication or payment failure — x402 payment of 0.001 USDC rejected
- Rate limiting — too many status checks in short period
- Malformed job ID format causes bad request error

## How this service works

Retrieve details and status for a specific The402.ai job using its job ID.

## Output

Returns the current status of the specified job (e.g. pending, running, completed, failed) along with any available result data or progress information for that job on the the402.ai platform.

## Example request

```json
{
 "jobId": "job_ded5d9a0d34c4431"
}
```

## More

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