list_all_custom_fields_meta
Retrieve metadata for all custom fields in your ActiveCampaign account. Use filters and pagination to control the results.
Instructions
🟢 READ-ONLY · Account Custom Field Meta · GET /accountCustomFieldMeta
List all custom fields
Fetches data. Makes no changes to your ActiveCampaign account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The number of fields returned per request. | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. |