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.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
namespace | string | optionnel | |
language_code | string | optionnel | |
status | string | optionnel | (open, acknowledged, resolved) |
cursor | string | optionnel | |
limit | integer | optionnel |
{ "tool": "list_missing_keys", "arguments": {}}