> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plyne.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Accounts

> Read Accounts Directory rows with dashboard-equivalent filters and sorting.

```http theme={null}
POST /v1/signals/accounts
```

```json Request theme={null}
{
  "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 }
}
```

Supported sort fields are `date_found`, `latest_signal`, `ai_score`, and `signal_count`. The default is `date_found` descending, matching the Accounts dashboard.
