Search
Search
Search across all data, invoices, documents, customers, transactions, and more.
get/search
Query parameters
searchTermstring
The term to search for across all data sources.
Example:Acme
The term to search for across all data sources.
languagestring
Language code to use for search relevance and results.
Example:en
Language code to use for search relevance and results.
limitnumber
Maximum number of results to return.
Example:30
Maximum number of results to return.
itemsPerTableLimitnumber
Maximum number of results to return per table/entity.
Example:5
Maximum number of results to return per table/entity.
relevanceThresholdnumber nullable
Minimum relevance score threshold for including a result.
Example:0.01
Minimum relevance score threshold for including a result.
Response
Search results.
Example response
[
{
"id": "b3b7e6e2-8c2a-4e2a-9b1a-2e4b5c6d7f8a",
"type": "invoice",
"relevance": 0.92,
"created_at": "2024-06-01T00:00:00.000Z",
"data": {
"invoiceNumber": "INV-2024-001",
"customerName": "Acme Corporation",
"amount": 1500.75
}
}
]