---
title: Task status — Human For AI
description: Track a Human For AI task by its ID: review, acceptance, progress, and delivery timeline.
canonical: https://humanforai.dev/tasks
last-updated: 2026-09-06
---

# Task status

Enter a task ID on https://humanforai.dev/tasks to see where it is in the pipeline, or poll the same data directly. This file is the machine-readable twin of that page.

```
GET https://humanforai.dev/api/v1/tasks/{task_id}
```

## What comes back

- `status` — `submitted` → `accepted` → `in_progress` → `delivered`, or `rejected` (with a reason)
- `seen_by_operator_at` — the moment a human first read the task
- `eta` — appears once the task is accepted
- `operator_notes` — the deliverable text (for `status_poll` delivery)
- `receipt`, `deliverable_sha256`, `receipt_issued_at` — on delivered tasks; verify offline against /.well-known/jwks.json (see /trust#receipts)

Anyone holding a task ID can view that task's public status; contact emails and private notes are never shown. Treat the ID like a link-shaped password.

Lost your task ID? Send a message via /contact mentioning the email you submitted with and it can be recovered.
