get_officers
Retrieve a list of company officers, including directors and secretaries, by providing the company number. Supports pagination and filtering by register type.
Instructions
Get list of officers for a specific company
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_index | No | Starting index for pagination | |
| register_type | No | Type of register (directors, secretaries, llp-members) | |
| company_number | Yes | The company number | |
| items_per_page | No | Number of results per page (1-100) |