The Checkup
One list in the app's order - past due, this month and the next, missing, housekeeping, snoozed - narrowed by group, by a window of dates, by person or thing, or shown as handled or dismissed.
past_due, missing, housekeeping, snoozed, dated (anything with a date), or a month as YYYY-MM.openhandleddismissedcurl "https://api.thawed.app/v1/checkup" \
-H "Authorization: Bearer $THAW_TOKEN"{
"items": [
{
"id": "019958a0-4f71-706d-8e52-6c3f5d91b044",
"source": "obligation",
"kind": "payment",
"kind_label": "Person",
"title": "Bluebonnet Electric bill September 2026",
"detail": "A bearer token is required.",
"when": "2026-09-12",
"overdue": false,
"group": "month",
"severity": "soon",
"status": "filed",
"snoozed_until": null,
"dismissed_reason": "not_needed",
"amount": 129.5,
"currency": "USD",
"what_to_do": {},
"person_or_thing": {
"id": "019958a0-3e60-7f5c-9d41-5b2e4c80af33",
"title": "Bluebonnet Electric bill September 2026",
"name": "Marisol Alvarez",
"kind": "person",
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11"
},
"document": {
"id": "019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11",
"title": "Bluebonnet Electric bill September 2026",
"name": "scan.pdf",
"kind": "document",
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11"
},
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11"
}
],
"total": 412,
"by_group": {
"key": 1
},
"counts": {
"key": 1
},
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11"
}