{ "opencollection": "1.0.0", "info": { "name": "Letta Admin Passages API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Passages", "type": "folder" }, "items": [ { "info": { "name": "Search Passages", "type": "http" }, "http": { "method": "POST", "url": "https://api.letta.com/v1/passages/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search passages across the organization with optional agent and archive filtering.\nReturns passages with relevance scores.\n\nThis endpoint supports semantic search through passages:\n- If neither agent_id nor archive_id is provided, searches ALL passages in the organization\n- If agent_id is provided, searches passages across all archives attached to that agent\n- If archive_id is provided, searches passages within that specific archive\n- If both are provided, agent_id takes precedence" } ] } ], "bundled": true }