Get company field metadata
Retrieve the source-of-truth subset of company fields that can be referenced in AI-variable prompts and requested through the companies endpoints. This is not the full company field catalog; it only includes AI-variable-compatible fields for this workspace. Without query parameters this returns the full AI-variable-compatible company prompt-field catalog. For targeted lookups, pass search plus optional filters such as fieldType, matchMode, and limit to narrow the response and avoid oversized payloads; the older query parameter remains supported as an alias. Use this before manual or public AI-variable create/update calls instead of guessing placeholders; unsupported generic placeholders such as previousMessage are not valid here.
Required scope:
COMPANIES_READRate limit: 100 requests per minute
Documentation Index
Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Preferred case-insensitive search term for AI-variable-compatible field IDs, labels, and prompt placeholders. Use this for targeted MCP/tool lookups to keep payloads small.
Backward-compatible alias for search. Performs the same case-insensitive search over AI-variable-compatible field IDs, labels, and prompt placeholders.
Optional filter by field type such as STANDARD or AI_VARIABLE.
STANDARD, AI_VARIABLE, CRM_FIELD, FORMULA_FIELD, EMPTY_FIELD Optional search strictness. contains is the default broad match, prefix narrows to prefix matches, and exact only returns exact field ID, label, or placeholder matches.
contains, prefix, exact Optional maximum number of matching fields to return. Minimum 1, maximum 100.