retrieve_fields
Retrieve a list of all custom fields from your ActiveCampaign account with optional filtering, sorting, and pagination.
Instructions
🟢 READ-ONLY · Fields · GET /fields
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. | |
| filters_perstag | No | The custom field's persistant tag to filter by (Ex: CUSTOMER_GROUP) Sent to ActiveCampaign as "filters[perstag]". |