cURL
curl --request GET \ --url https://api.example.com/api/search \ --header 'Authorization: Bearer <token>'
{ "results": [ { "document": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "tags": [ "<string>" ], "source_type": "<string>", "updated_at": "2023-11-07T05:31:56Z", "folder_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "score": 123, "snippet": "<string>" } ], "total": 123, "query": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search query
1 - 500
Max results to return
1 <= x <= 100
Pagination offset
x >= 0
Filter by folder ID
Successful Response
Response schema for search.
Show child attributes