configs

Get Configs By Path

Read configurations from a configuration path (supports user, conversation configs, and system defaults)

get/api/configs/{config_path}

Path parameters

config_pathstring required

Config path: 'defaults', 'filename', or 'con-{id}/filename'

Config path: 'defaults', 'filename', or 'con-{id}/filename'

Response

Successful Response

ParserParserConfig
ChunkerChunkerConfig

Changes