Human Task APIs allow applications and workflows to programmatically manage approval and Data Entry tasks. Use Human Task APIs to:Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- View tasks
- Claim tasks
- Resolve tasks
- Assign tasks
View pending tasks
Endpoint:GET /api/projects/:projectId/human-tasks?status=pending
Tasks can include:
| Field | Description |
|---|---|
| Type | approval, data_entry, review, decision, escalation |
| Status | pending, assigned, in_progress, completed, expired, cancelled |
| Priority | low, medium, high, critical |
| Title | Description of what needs human attention |
| Context | Relevant data from the conversation |
| Fields | Form fields for data collection |
| Due at | SLA deadline (if configured) |
Claim a task
Endpoint:POST /api/projects/:projectId/human-tasks/:taskId/claim
Content-Type: application/json
Resolve a task
Endpoint:POST /api/projects/:projectId/human-tasks/:taskId/resolve
Content-Type: application/json
Assign a task
Endpoint:POST /api/projects/:projectId/human-tasks/:taskId/assign
Content-Type: application/json