Request
date_found, latest_signal, ai_score, and signal_count. The default is date_found descending, matching the Accounts dashboard.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read Accounts Directory rows with dashboard-equivalent filters and sorting.
POST /v1/signals/accounts
{
"signals": ["technology_adoption_signal"],
"sheet_ids": ["sheet_123"],
"country_codes": ["US"],
"date_found": { "start_time": "2026-08-01T00:00:00Z" },
"latest_signal": { "start_time": "2026-08-04T00:00:00Z" },
"ai_score": { "min": 70 },
"sort": { "field": "latest_signal", "direction": "SORT_DIRECTION_DESC" },
"cursor": { "limit": 100 }
}
date_found, latest_signal, ai_score, and signal_count. The default is date_found descending, matching the Accounts dashboard.