Data
Page through a data resource
GET/data/{resource}
ScopePer resourceRoleCurrent memberBilling1 credit per call
Reads a cursor-paginated page of an explicitly projected resource. Graph and context resources need graph:read; research_runs needs research:run; crm_confirmations needs crm:write. Research and CRM confirmation rows are private to the key owner. Field projections, collectionPath and recordPath are listed by GET /capabilities. Account detail includes firmographics and related-data links; contact detail includes stored attributes, work history, observations, provenance and CRM IDs. These are stored records, not live CRM values.
Path parameters
resourceenumrequired
accounts · people · relationships · facts · sources · firmographics · deals · labels · classifications · feedback · products · personas · icps · use_cases · case_studies · competitors · proof_points · resources · context_folders · context_documents · crm_confirmations · research_runs
Query parameters
accountIduuidoptional
Restrict to one account. Supported by account-scoped resources only; others return 400.
entityIduuidoptional
Filter relationships touching this entity, or classifications for this entity. Only supported on those two resources.
limitintegeroptional
Page size. Default 50, maximum 200.
cursoruuidoptional
The nextCursor from the previous page. Omit for the first page.
Response
itemsobject[]
nextCursoruuid | null