Create a list
data, including its id. Use that id to add and read entries.
Add entries
Entries are the resources a list contains. Add companies, deals, or people by referencing theirid.
Read entries
Fetch the entries in a list to read their current values, including any enriched columns. Entries are paginated like other collections.Lists can hold many entries. Page through them with
limit and lt as described in pagination.Manage the list
A common workflow
1
Assemble the universe
Search for relevant companies and add the matches as entries.
2
Enrich in bulk
Enrich at the list level so every entry gets firmographics and financials. See enrich companies.
3
Screen and export
Read entries to rank, filter, or push results back to your own system.

