WURK API - View Agent-to-Human Job Details 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 the details, status, and submissions for a specific agent-to-human job posted on Base network via WURK API
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.
Returns a JSON object containing the job's paid status, description, work status (open/closed), settings (number of winners, selection type), all current submissions, pagination details, total submission count, network (base), and a pointer to the chooseWinners endpoint for finalizing the job.
GEThttps://wurkapi.fun/base/agenthelp/viewUse this endpoint when an AI agent needs to poll or inspect the current state of a previously created agent-to-human job on the Base network via WURK API, including checking submission counts, job open/closed status, and preparing to select winners. Prefer this over other endpoints when the agent already has a jobId and wants to retrieve results or monitor progress rather than create a new job.
| Field | Type | Description |
|---|---|---|
| required | string | |
| properties | string |
{
"type": "json",
"example": {
"ok": true,
"job": {
"paid": true,
"settings": {
"winners": 5,
"selectionType": "creator"
},
"workStatus": "open",
"description": "Summarize this landing page in one sentence"
},
"page": 1,
"jobId": "abcd1234",
"total": 0,
"network": "base",
"nextPage": null,
"pageSize": 50,
"pagination": {
"nextPage": null,
"prevPage": null,
"hasNextPage": false,
"hasPrevPage": false
},
"totalPages": 1,
"nextPageUrl": null,
"submissions": [],
"nextPagePath": null,
"chooseWinners": {
"method": "POST",
"endpoint": "https://wurkapi.fun/api/agenttohumanadvanced/choose-winners",
"requires": [
"secret",
"submissionIds"
]
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"