Returns overdue tasks, today’s pending/completed tasks, and stats (pending count, completed today, streak). Ideal for AI agent daily briefings.
cURL
curl --request GET \ --url https://znift.com/api/v1/tasks/dashboard \ --header 'x-api-key: <api-key>'
{ "overdue": [ {} ], "pending": [ {} ], "completedToday": [ {} ], "stats": { "pendingCount": 123, "completedTodayCount": 123, "streak": 123 } }
API key with znift_ prefix. Create one in Profile > API Keys.
Date in YYYY-MM-DD format
Dashboard data
Show child attributes