# WURK API - Recover Agent-to-Human Jobs

> WURK API - Recover Agent-to-Human Jobs is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves recent agent-to-human jobs submitted on the WURK platform for the calling wallet/payer on Base network.

## Facts

- Endpoint: GET https://wurkapi.fun/base/agenttohuman/recover
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-recover-agent-to-human-jobs-755c4e72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lIJuDSsybl4gb3hl6aOXi

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 wurk-api-recover-agent-to-human-jobs-755c4e72
```

Example prompt: Can you recover and show me the recent agent-to-human jobs I've submitted on WURK so I can check their status?

## When to prefer this

Use this endpoint when you need to check the status or retrieve a list of recent agent-to-human jobs previously submitted via WURK on Base network. Ideal for polling job completion, auditing submitted tasks, or recovering job IDs for follow-up actions. Prefer this over creating a new job when you simply need to inspect existing submissions.

## Known failure modes

- No jobs found — returns ok:true with empty jobs array
- Payment not provided or insufficient — 402 Payment Required response
- Invalid or missing payer wallet — returns error or empty result
- Network connectivity issues — timeout or 5xx error
- Rate limiting — too many requests from same wallet

## How this service works

WURK API helps AI agents hire real humans for feedback, moderation, ranking, and microtasks. Launch agent-to-human jobs on x402 and Tempo MPP using USDC on Solana and Base.

## Output

Returns a JSON object with ok (boolean), a jobs array listing recent agent-to-human tasks associated with the payer wallet, the payer wallet address, and the network (Base). Jobs array may be empty if no recent jobs exist.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "jobs": [],
  "payer": "wallet",
  "network": "base"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-recover-agent-to-human-jobs-755c4e72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wurkapi.fun](https://www.zero.xyz/host/wurkapi.fun/llms.txt)
