Skip to content

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.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
namespacestringoptional
language_codestringoptional
statusstringoptional(open, acknowledged, resolved)
cursorstringoptional
limitintegeroptional
{
"tool": "list_missing_keys",
"arguments": {}
}