Company events
company_eventsThe register event feed of one company: filings, status changes, and other register happenings, grouped into display rows and ordered by significance tier, each row citing its evidencing record where one exists. Takes node_id, the graph node id from search_companies hits. Related events arrive folded into one rollup row with a member_count and a group_key; pass that group_key as group to expand one rollup into its member events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | A group_key from a previous response; expands that one rollup into its member events. | |
| node_id | Yes | The graph node id, as returned by search_companies hits. Not the entity_id of company_profile. |