List External Sources
GET /api/v1/ai/external-sources
GET
/api/v1/ai/external-sources
List External Knowledge Sources with pagination.
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Query Parameters
Seção intitulada “Query Parameters ”Header Parameters
Seção intitulada “Header Parameters ”Responses
Seção intitulada “ Responses ”Successful Response
ExternalSourceListResponse
Schema for paginated list of External Sources.
object
items
required
Items
Array<object>
ExternalSourceResponseSchema for External Source response.
object
name
required
Name
Nome da fonte externa
string
source_type
required
Tipo da fonte de dados
string
url
required
Url
URL da fonte de dados
string
http_method
Http Method
Método HTTP
string
response_format
Formato da resposta
string
cache_duration_seconds
Cache Duration Seconds
Duração do cache em segundos
integer
assistant_template_codes
Any of:
Array<string>
null
trigger_keywords
Any of:
Array<string>
null
function_name
required
Function Name
Nome da função para LLM
string
function_description
required
Function Description
Descrição da função para LLM
string
is_active
Is Active
Se a fonte está ativa
boolean
result_filter_config
Any of:
ResultFilterConfig
Configuration for post-fetch result filtering.
object
enabled
Enabled
Se o filtro está ativo
boolean
mode
Modo de filtragem: keyword, exact, regex, starts_with, ends_with
string
field
required
Field
Campo principal para filtrar (ex: ‘name’)
string
param_mapping
required
Param Mapping
Parâmetro da function call com valor de busca (ex: ‘query’)
string
case_sensitive
Case Sensitive
Comparação case-sensitive
boolean
fallback_on_empty
Fallback On Empty
Retornar todos os resultados se não houver match
boolean
additional_fields
Any of:
Array<string>
null
null
id
required
Id
integer
total_calls
Total Calls
integer
successful_calls
Successful Calls
integer
failed_calls
Failed Calls
integer
created_by
required
Created By
integer
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
total
required
Total
integer
page
required
Page
integer
per_page
required
Per Page
integer
pages
required
Pages
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string