HTTP API: agenda
The 1 operation tagged agenda, each with its parameters, its body and what it answers.
What am I doing today?
GET /v1/agenda
Return today's work, in disjoint buckets.
Parameters
date(stringornull, in query): The day to build the agenda for — 2026-09-01, 'friday' or 'today'. Defaults to today, in your zone.timezone(stringornull, in query): Interpret the day in this zone, overriding your own.horizon_days(integerornull, in query): How far ahead 'upcoming' reaches.unscheduled_limit(integer, in query): How many undated tasks to list. The total is always reported.workspace_id(stringornull, in query): Narrow to one workspace, by id or short name. Defaults to all of them.project(stringornull, in query): Narrow to one project and everything under it, by key or id. Needs a workspace, since a project belongs to one.
Responses
200:Agenda. Successful Response422:HTTPValidationError. Validation Error