# Dexter Code Interpreter Job Status

> Dexter Code Interpreter Job Status is a paid API for AI agents from x402.dexter.cash, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-17).

Retrieves the status and results of a previously submitted Dexter Code Interpreter job

## Facts

- Endpoint: GET https://x402.dexter.cash/api/tools/code-interpreter/jobs
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexter-code-interpreter-job-status-27fa5134
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R5oQ9EfK7oNAau9YXFVVz

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 dexter-code-interpreter-job-status-27fa5134
```

Example prompt: Can you check the status and get the results for my Dexter Code Interpreter job?

## When to prefer this

Use this endpoint when you have already submitted a code interpreter job to Dexter and need to poll for its completion status or retrieve its output. This is the retrieval leg of a submit-then-poll workflow, not for submitting new code jobs.

## Known failure modes

- Job ID not found or expired — 404 Not Found
- Payment not verified or $0.50 USDC not received — 402 Payment Required
- Job still pending with no output yet — returns in-progress status
- Internal execution error — 500 with error detail
- Invalid or malformed job reference — 400 Bad Request

## How this service works

Dexter Code Interpreter session

## Output

Returns the current status of a code interpreter job (e.g., pending, running, completed, failed) along with any output data, execution results, or error messages produced by the job session.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexter-code-interpreter-job-status-27fa5134/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.dexter.cash](https://www.zero.xyz/host/x402.dexter.cash/llms.txt)
