Skip to main content
curl https://api.usenaive.ai/v1/tasks/task-def-456 \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "task": {
    "id": "task-def-456",
    "title": "Build landing page",
    "description": "Create responsive landing page with hero section",
    "status": "in_progress",
    "assignee": "Jordan Kim",
    "objective_id": "obj-abc-123",
    "priority": 2,
    "created_at": "2026-01-15T10:00:00Z",
    "updated_at": "2026-01-15T10:05:00Z"
  },
  "runs": [
    {
      "run_id": "run-xyz-789",
      "started_at": "2026-01-15T10:05:00Z",
      "status": "running"
    }
  ],
  "events": [
    { "type": "status_change", "from": "ready", "to": "in_progress", "at": "2026-01-15T10:05:00Z" }
  ],
  "comments": [
    { "id": "cmt-1", "text": "Starting work on the hero section", "author": "Jordan Kim", "at": "2026-01-15T10:06:00Z" }
  ]
}

Path Parameters

ParamTypeDescription
idstringTask ID — accepts both UUIDs and Hermes task IDs (e.g., t_a2a1ae0c)

Response Fields

FieldTypeDescription
taskobjectFull task details
runsarrayWorker run history for this task
eventsarrayStatus change events
commentsarrayActivity comments