Endpoints
Search full text
Perform a full text search across documents.
This endpoint allows searching through documents with various filtering options. The search results are cleaned to include only whitelisted attributes.
GET
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The search query string
Minimum string length:
1Example:
"project documentation"
Number of results to return
Required range:
1 <= x <= 100Example:
20
Filter results by data source.
Example:
"confluence,jira"
Filter results by file type.
Example:
"pdf,word"
Filter results by last modified date.
Example:
"month"
Starting page for pagination
Required range:
x >= 0Example:
0
Response
Successful Response

