Entries
Search entries
Perform a free-text search on all documents in the current company.
GET
/
silo
/
v1
/
search
Query Parameters
q
string
requiredSearch query string.
folder
string
Folder to search within.
limit
integer
Maximum number of entries to show in a page of results.
offset
integer
The number of entries to skip in the result set.
Response
200 - application/json
folder
string
Key for the folder
limit
integer
Maximum number of entries to show in a page of results, up to 100.
list
object[] | null
Array of entries.
offset
integer
Number of entries to skip in the result set.
query
string
String query used for the search.