Search Sources
Full-text search across source names and content.
Query Parameters
q*string
Search query
Length
1 <= lengthlimit?integer
Default
20Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/sources/search?q=string"{
"results": [
{}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}