Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

List All Lists

Returns a paginated list of all saved lists for your organization, sorted by most recently updated.
query pageintegerdefault: 1
Page number.
query per_pageintegerdefault: 25
Results per page (1-100).
Response example
{ "data": [ { "list_id": "abc-123", "name": "Miami High Value", "source_type": "properties", "build_type": "prospect", "status": "completed", "total_count": 45230, "progress": 100, "created_at": "2026-02-18T14:30:00Z", "updated_at": "2026-02-18T14:30:45Z" }, { "list_id": "def-456", "name": "Vacant Land CA", "source_type": "properties", "build_type": "prospect", "status": "completed", "total_count": 12100, "progress": 100, "created_at": "2026-02-15T10:00:00Z", "updated_at": "2026-02-15T10:00:30Z" } ], "pagination": { "page": 1, "per_page": 25, "total": 2, "has_more": false } }