get_company_updates
Fetch company updates from the Brønnøysundregistrene with optional filters for date, update ID, or organization numbers.
Instructions
Get updates for companies with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Show updates from and including this timestamp (ISO-8601: yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
| page | No | Page number (default: 1) | |
| size | No | Page size (default: 20, max: 10000) | |
| sort | No | Sort field and order (e.g., id,ASC or id,DESC). Only id is supported | |
| updateId | No | Show only updates from and including update ID (>= 1) | |
| updatedBefore | No | Show updates to and including this timestamp (ISO-8601: yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
| includeChanges | No | Include the changes that caused the update to be published | |
| organizationNumber | No | Comma-separated list of organization numbers (9 digits each) |