Rate Limits¶
The Precision Health Cloud micro-service platform processes over 20 million API requests a day. Reasonable API Rate Limits are in place to impose soft limits on the platform. These limits allow organizations and customers on the Precision Health Cloud have adequate capacity and provide protection against denial of service attacks, accidental bursts, and unoptimized single/batched API calls.
Limits¶
The following rate limits are based upon the client's IP address:
Rate Limit | Description |
---|---|
Authenticated Requests | 20,000 requests in a 5 minute period per IP address. Most API requests are based on having valid authentication. |
Unauthenticated Requests | 2,000 requests in a 5 minute period per IP address. API requests around login, fhir meta data, and other unauthenticated requests. |
The following additional limits are based upon the account:
Rate Limit | Description |
---|---|
FHIR bundle POST | 10 requests in a 10 second period per account. |
Data lake query | 10 concurrent queries across all projects per account. |
Last update: 2020-05-22