Skip to main content
curl "https://api.usenaive.ai/v1/tasks?status=in_progress&assignee=Jordan+Kim" \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "tasks": [
    {
      "id": "task-def-456",
      "title": "Build landing page",
      "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"
    }
  ],
  "count": 1
}

Query Parameters

ParamTypeDefaultDescription
statusstringFilter by status: ready, in_progress, done, blocked
assigneestringFilter by employee name
objectivestringFilter by parent objective ID
limitinteger50Maximum results
offsetinteger0Pagination offset

Response Fields

FieldTypeDescription
tasksarrayList of task objects
countintegerTotal matching tasks