Headers
Every response carries three headers:When you go over
The API answers429 with the code rate_limited. The response has a Retry-After header, and retryAfter in the body. Both give the number of seconds to wait.
Tips
- Use
limit=200to read a list in fewer requests. - Refresh a spreadsheet once a day or once an hour, not every minute.
- One key per tool makes it easy to see which tool is busy, and to revoke only that one.