Tools
interactions_list
Inbound comments and mentions ingested from connected channels, newest first.
Inbound comments and mentions ingested from connected channels, newest first. Filter by kind, channel, or recency.
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. |
kinds | array | no | Restrict to these kinds (comment/mention); omit for both. |
channel | string | no | Only interactions on this channel — id or provider name (“x”, “linkedin”) |
since | string | no | ISO-8601 with offset — only newer interactions |
limit | integer | no |
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 interactionsList and the CLI command inklate interactions list run the same guarded procedure the dashboard uses — same permissions, same validation, same tenant isolation.