Search
Objects
Every object and enum the Search tools accept.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every object and enum the Search tools accept.
| Field | Type | Description |
|---|---|---|
query | string | The text to match against page and data source titles. Omit it to list everything the integration can see. |
filter | SearchFilter | Restrict the results to pages or to data sources. |
sort | SearchSort | How to order the results. |
startCursor | string | A next_cursor from a previous response. |
pageSize | integer | How many results to return. Maximum 100. ≥ 1; ≤ 100 |
| Field | Type | Description |
|---|---|---|
property | string | Always object. Required alongside value. |
value | "page" | "data_source" | Whether to return only pages or only data sources. |
inTrash | boolean | Whether to search the trash instead of live content. |
| Field | Type | Description |
|---|---|---|
timestamp | string | Sort by when the result was last edited. |
direction | "ascending" | "descending" | The sort order. Required alongside timestamp. |
property | string | Sort by how well the result matches the query. |
Was this page helpful?