Skip to main content
curl https://api.usenaive.ai/v1/tasks/stats \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "stats": {
    "ready": 3,
    "in_progress": 2,
    "done": 15,
    "blocked": 1
  },
  "total": 21
}

Response Fields

FieldTypeDescription
statsobjectTask counts by status
totalintegerTotal tasks on the board