Company register records
company_recordsThe register records behind one company, a page at a time. Each row is a citation (register, record type, identifier, source URL, retrieval date), newest first. Takes node_id, the graph node id from search_companies hits. Every page states records_total, the company's whole count, and registers, each register's connector_id, name and count; pass one connector_id to page that register alone. A company listed in a securities register can hold over 100,000 records, so page with limit (default and maximum 25) and offset, and read registers first to decide what to page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, default and maximum 25. | |
| offset | No | Rows to skip, default 0. | |
| node_id | Yes | The graph node id, as returned by search_companies hits. Not the entity_id of company_profile. | |
| connector_id | No | One register to page, as a registers row names it; omit it to page every register newest first. |