Appearance
List my todos
GET
/todos
Always the caller's own todos. Filter by scope (org, personal), due window, or done state.
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Query Parameters
cursor
Opaque pagination cursor from a previous response.
Type
string
due
Type
string
Valid values
"overdue""today""week"done
Type
boolean
Responses
A page of todos.
application/json
JSON "data": [ { "id": "tdo_01JX4R8K", "title": "Reply to the Stripe support thread re: refund proration", "priority": "string", "due_on": "string", "org_id": "string", "card_id": "string", "done": true } ], "next_cursor": "string"
{
}