Aller au contenu

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.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
namespacestringoptionnel
language_codestringoptionnel
statusstringoptionnel(open, acknowledged, resolved)
cursorstringoptionnel
limitintegeroptionnel
{
"tool": "list_missing_keys",
"arguments": {}
}