Tools
search
Full-text search over YOUR OWN stored posts — ranked, with highlighted snippets and keyset pagination.
Full-text search over YOUR OWN stored posts — ranked, with highlighted snippets and keyset pagination. This is NOT on-platform search: it finds content Inklate holds, not posts out on LinkedIn/etc. Use websearch syntax (quoted phrases, OR, -exclude).
Input
| Field | Type | Required | Description |
|---|---|---|---|
organization | string | no | Organization slug to act in (see organizations_list). Optional: API keys are bound to one organization; OAuth connections default to your active organization. |
q | string | yes | Full-text query over YOUR OWN posts (not on-platform search). Supports websearch syntax: “quoted phrases”, OR, and -exclude. |
kinds | array | no | Restrict to these record kinds; omit for all. |
limit | integer | no | |
cursor | string | no | nextCursor from a prior page for keyset pagination |
Result
JSON on success. A refusal comes back as an error prefixed with its code (NOT_FOUND, FORBIDDEN, TOO_MANY_REQUESTS, …) and a message written to be acted on — read it before retrying.
The same operation elsewhere
This tool and the REST operation searchContent and the CLI command inklate search run the same guarded procedure the dashboard uses — same permissions, same validation, same tenant isolation.