Skip to main content

Get Field Options

GET 

/api/components/:component_key/:action/:field/options

Get available options for a specific field in a component action.

This endpoint supports dynamic option providers for form fields, allowing components to provide selectable options for dropdowns, select lists, and other choice-based inputs.

Args: component_key: Component identifier (e.g., 'closegpt') action: Action key (e.g., 'form_builder_ui_get') field: Field name to get options for (e.g., 'first_name') limit: Optional limit on number of options returned

Returns: List of options with id and name/label

Request

Responses

Successful Response