Enumerates every field accepted by theDocumentation Index
Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
Use this file to discover all available pages before exploring further.
filters parameter on query_ad_metrics, list_events, and list_contacts. For each field, returns the type and the operators that type allows.
When to use
- Before authoring a
filtersobject when you’re not certain of the slug or which operator is valid for the type. - Avoids the
[validation_error]round-trip fromReportDataValidator.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
format | string | No | csv (default), json, or yaml. |
include_unused | boolean | No | Include profile_field_* slots without a configured label (default false). |
category | string | No | Narrow to one category: contact, company, ad, conversion, profile_field, all. Default all. |
Output
Tip
Custom profile fields (profile_field_*) are typed by slot range:
profile_field_1–profile_field_15→ textprofile_field_16–profile_field_25→ numberprofile_field_26–profile_field_30→ date