get_custom_columns
Retrieve custom column data for companies, filterable by company slug or ID with pagination support.
Instructions
Get custom column data for companies.
Args: company_slug: Filter by company slug company_id: Filter by company ID page: Page number for pagination (default: 1) per_page: Results per page (default: 30, max: 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_slug | No | ||
| company_id | No | ||
| page | No | ||
| per_page | No |