glean-rate-limits

Installation
SKILL.md

Glean Rate Limits

Overview

Glean's APIs split into two tiers: the Indexing API for pushing documents into the search corpus, and the Client API for executing searches. The Indexing API handles bulk document ingestion at approximately 100 requests per minute, while search queries are capped at 60 per minute per token. Organizations indexing large knowledge bases (100K+ documents from Confluence, Notion, or internal wikis) must implement careful batching to avoid 429 responses that can stall multi-hour ingestion pipelines.

Rate Limit Reference

Endpoint Limit Window Scope
Indexing - single document 100 req 1 minute Per API token
Indexing - bulk (100 docs/req) 20 req 1 minute Per API token
Search queries 60 req 1 minute Per API token
People search 30 req 1 minute Per API token
Entity extraction 40 req 1 minute Per API token

Rate Limiter Implementation

Installs
1
GitHub Stars
2.8K
First Seen
13 days ago
glean-rate-limits — jeremylongshore/tons-of-skills-marketplace