--- title: Rate Limit Headers description: API responses now include rate limit headers showing remaining requests, reset times, and applied policies, making it easier to monitor usage and manage your integrations url: https://theirstack.com/en/product-updates/2025-11-03-rate-limit --- We've added rate limit information to API response headers, making it easier to monitor your usage and manage your API integrations. Every API response now includes these headers: - **RateLimit** - Current quota status per policy with remaining requests and reset time - **RateLimit-Policy** - Applied policy definitions with limits and window durations - **RateLimit-Remaining** - Shows how many requests you have left in each time window - **RateLimit-Reset** - Tells you when each limit resets (in seconds) - **RateLimit-Limit** - Your total allowed requests per window For complete details on which headers are included, what they mean, and how to use them, check out our [API documentation](/en/docs/api-reference/rate-limit). The rate limiting section explains everything you need to know about rate limits and how to handle them in your applications.