Search
The Library's search - words, meaning, an identifier typed in, and the people & things by name, fused - with the Library's filters on top. An identifier that matched is named in matched_on; the number itself comes back only with the identifiers scope.
curl "https://api.thawed.app/v1/search?q=electric+bill" \
-H "Authorization: Bearer $THAW_TOKEN"{
"results": [
{
"id": "019958a0-2d5f-7e4b-8c30-4a1d3b7f9e22",
"title": "Bluebonnet Electric bill September 2026",
"type": "utilities/electric-bill",
"category": "home",
"date": "2026-09-12",
"period": {
"from": "marisol@example.com",
"to": "billing@bluebonnet.example"
},
"status": "filed",
"needs_look": false,
"read": "full",
"superseded": false,
"duplicate": false,
"people_and_things": [
{
"id": "019958a0-3e60-7f5c-9d41-5b2e4c80af33",
"title": "Bluebonnet Electric bill September 2026",
"name": "Marisol Alvarez",
"kind": "document",
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11",
"role": "subject"
}
],
"arrived": "2026-09-12",
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11",
"snippet": "…amount due $129.50 by October 1, 2026. Your account is enrolled in AutoPay…",
"matched_on": "words"
}
],
"total": 412,
"people_and_things": [
{
"id": "019958a0-3e60-7f5c-9d41-5b2e4c80af33",
"title": "Bluebonnet Electric bill September 2026",
"name": "Marisol Alvarez",
"kind": "document",
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11"
}
],
"library_url": "https://go.thawed.app/library?type=utilities%2Felectric-bill"
}