Skip to main content
GET
Get company field metadata

Authorizations

x-api-key
string
header
required

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.

query
string

Backward-compatible alias for search. Performs the same case-insensitive search over AI-variable-compatible field IDs, labels, and prompt placeholders.

fieldType
enum<string>

Optional filter by field type such as STANDARD or AI_VARIABLE.

Available options:
STANDARD,
AI_VARIABLE,
CRM_FIELD,
FORMULA_FIELD,
EMPTY_FIELD
matchMode
enum<string>

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.

Available options:
contains,
prefix,
exact
limit
string

Optional maximum number of matching fields to return. Minimum 1, maximum 100.

Response

200 - application/json

Company field metadata retrieved successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required