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

Polls the status of an asynchronous job on the the402.ai AI agent service marketplace platform

## Facts

- Endpoint: GET https://api.the402.ai/v1/jobs/job_07cd0dd4bad84775
- 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/api-the402-ai-f571e035
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p3wzUdm1uVp0Qu6xEWSCv

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-f571e035
```

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

## When to prefer this

Use this endpoint when you have previously submitted a job to the the402.ai marketplace and need to poll for its completion status. Ideal for async workflows where you need to check whether a long-running AI service task (e.g. sentiment analysis, style guide generation) has finished before retrieving results.

## Known failure modes

- Job ID not found — returns 404 or error indicating unknown job
- Payment not accepted or insufficient funds — x402 payment required error
- Job has expired and is no longer available
- Network timeout or service unavailability

## 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, running, completed, or failed, and potentially the result payload or error details if finished.

## Example request

```json
{
 "job_id": "job_07cd0dd4bad84775"
}
```

## More

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