latestOpenAPI 3.1.02026-08-236994571.1 MB
79928a3d37d3
Router Settings
Get Router Fields
Get router settings field definitions without values.
Returns only the field metadata (type, description, default, options) without populating field_value. This is useful for UI components that need to know what fields to render, but will get the actual values from a different endpoint.
Returns:
- fields: List of all configurable router settings with their metadata (type, description, default, options) The routing_strategy field includes available options extracted from the Router class Note: field_value will be None for all fields
- routing_strategy_descriptions: Descriptions for each routing strategy option
get/router/fields
Response
Successful Response