lts_records
Browse LTS records from DHSUD with filters. Shows normalized records with confidence levels. Filter by confidence (high/medium), linked status (has project_id), region, or text search. Use expiringWithinDays to find records expiring soon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| linked | No | true = linked to project, false = unlinked | |
| offset | No | Pagination offset | |
| region | No | Filter by region (use lts_filters to get valid values) | |
| search | No | Text search: project name, LTS number, or developer. Matched as a literal substring; use * as a wildcard. A term of only wildcards matches nothing | |
| sortBy | No | Sort field | created_at |
| sortOrder | No | Sort direction | desc |
| confidence | No | Filter by data confidence level | |
| expiringWithinDays | No | Show records with expiry date within N days from today |