Returns all five org-wide filter lists (negative keywords, authors, subreddits, positive subreddits, repos).
Documentation Index
Fetch the complete documentation index at: https://octolens.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
200 response
Org-wide filter lists. Applied on top of per-keyword exclusions and always active.
Words, phrases, or @handle / $TICKER tokens that disqualify a mention org-wide. Matched case-insensitively as whole words against the post title + body.
2000Word, phrase, or @handle / $TICKER token. Trimmed; 1-200 chars.
1 - 200["porn", "scam", "@spambot"]
Author handles/usernames to filter out org-wide. Matched case-sensitively as an exact string against the post's author field.
2000Author handle/username exactly as it appears on mention.author. Don't add a leading @ unless the platform does (Twitter stores handles without @; Reddit stores usernames as-is; YouTube uses channel titles).
1 - 200["spambot1"]
Subreddit names to exclude. r/ prefix is optional — both nextjs and r/nextjs are accepted and stored in canonical form. Matched case-insensitively.
2000Subreddit name. Both nextjs and r/nextjs work — the r/ prefix is stripped on input. Stored and matched case-insensitively without the prefix.
1 - 50^[A-Za-z0-9_]+$["theredpill", "r/unpopularopinion"]
Subreddit allowlist. r/ prefix is optional. When non-empty, Reddit mentions are restricted to these subreddits only; empty array means all subreddits pass.
2000Subreddit name. Both nextjs and r/nextjs work — the r/ prefix is stripped on input. Stored and matched case-insensitively without the prefix.
1 - 50^[A-Za-z0-9_]+$["nextjs", "r/vercel"]
GitHub repos to exclude in owner/name form. Matched case-insensitively against the repo parsed from the GitHub URL.
2000GitHub repo in owner/name form (e.g. vercel/next.js).
3 - 140["acme/spam-repo"]