Improved
Goals API: rate limits update
about 20 hours ago
We reduced the rate limit for Goals search endpoints from 100 requests per minute to 40.
What changed
To improve overall service stability and ensure consistent performance for all tenants, the rate limit for the Goals search endpoints has been updated:
- Previous limit: 100
- New limit: 40
Affected endpoints
The updated rate limit applies to these Goals search endpoints:
POST /v1/goals/goals/searchPOST /v1/goals/goals/key-results/searchPOST /v1/goals/goal-types/searchPOST /v1/goals/goal-cycles/search
What you need to do
If your integration makes frequent search calls, please ensure you:
- Handle HTTP 429 (Too Many Requests) responses.
- Follow Rate limiting best practices.
- Consider reducing polling frequency and batching queries where possible.