list_missing_keys
List pending missing-key events captured from the SDK runtime. Cursor paginated (default page = 50). Filters: namespace slug, language_code, status. CALL missing_keys_stats FIRST to learn how many events exist so you know whether to keep paginating.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
namespace | string | optional | |
language_code | string | optional | |
status | string | optional | (open, acknowledged, resolved) |
cursor | string | optional | |
limit | integer | optional |
Example
Section titled “Example”{ "tool": "list_missing_keys", "arguments": {}}