Returns the list of fields available on the given entity. Valid entities are accounts, contacts, meetings, opportunities, and tasks.
Each entry includes:
key — the value to use in filters[].field and sort on list endpoints. Nested fields on object properties (e.g. company) are returned as separate entries with a parent set.filterable / sortable — whether the field can be used in filter rules and sort expressions.allowed_operators — the operators accepted in filters[].op for this field (e.g. is, is_not, is_empty, is_not_empty, equals, greater_than, less_than, contains).Custom fields appear in the response with keys of the form custom_field_{uuid} and a populated custom_field_settings object containing the custom field’s id and whether it is AI-auto-filled. On accounts, contacts, and opportunities, use these keys to filter on custom field values and to read or write them on the corresponding resource endpoints.
Enum / select fields populate enum_field_settings.allowed_values with the exact key / display_value pairs accepted by the is and is_not operators. For date and datetime fields, allowed_values are semantic periods (e.g. previous_week) used with the is operator; equals, greater_than, and less_than accept raw YYYY-MM-DD values instead.
Documentation Index
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.