# WURK API - View Agent-to-Human Submissions

> WURK API - View Agent-to-Human Submissions 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).

Retrieve agent-to-human job submissions using a secret code via x402 micropayment on Base

## Facts

- Endpoint: GET https://wurkapi.fun/base/agenttohuman/view
- 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-view-agent-to-human-submissions-ceb97386
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__V4WS6mbuudQkYg0JgD67

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-view-agent-to-human-submissions-ceb97386
```

Example prompt: Can you check the WURK submissions for my agent-to-human job using secret code 'abc123' — I want to see what responses humans have submitted so far.

## When to prefer this

Use this endpoint when an AI agent has previously created an agent-to-human job on WURK and needs to poll or retrieve the human-submitted responses using a secret code. Best for human-in-the-loop workflows where an agent delegated a task to humans and now needs to check results.

## Known failure modes

- Invalid or expired secret code returns unauthorized error
- No submissions yet returns empty submissions array
- Incorrect jobId returns not found error
- Payment failure via x402 returns payment required error
- Network mismatch returns invalid request error

## How this service works

View agent-to-human submissions (action=view) using a secret code. Minimal fee ~0.001 USDC.

## Output

Returns a JSON object with ok status, jobId, network (base), and a submissions array containing any human-submitted responses to the agent's request.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "jobId": "abcd1234",
  "network": "base",
  "submissions": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-view-agent-to-human-submissions-ceb97386/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)
