Test Suite
latest
false
Banner background image
Test Suite User Guide
Last updated Apr 22, 2024

API rate limits

API rate limits are restrictions placed on the number of API requests that can be made within a specific time period. They are designed to control the flow of incoming requests to improve performance, and maintain stability. These rate limits are imposed per IP address, allowed within an interval of five minutes.

For each type of request, the table below shows details about the maximum number of requests allowed within a five-minute interval.

Request typeNumber of allowed requestsTime interval
GET12005 minutes
POST7505 minutes
PATCH2005 minutes
PUT3005 minutes
OPTIONS505 minutes
DELETE3005 minutes

Response headers

When the number of requests for an API exceeds the given rate limit, a 429 code returns. To easily find these responses, you can check their specific headers, that indicate information about the rate limitation.
Response headerDescriptionExample
RateLimit-LimitThe service limit associated with the client in the current time window. RateLimit-Limit: 100
RateLimit-RemainingThe remaining quota units associated with the expiring-limit. RateLimit-Remaining: 49
RateLimit-PolicyThe quota policies currently associated with the client. RateLimit-Policy: 100;w=300
RateLimit-ResetThe number of seconds until the quota associated with the expiring-limit resets. RateLimit-Reset: 50
  • Response headers

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.