Get your current rate limit status

This call returns information about your current rate limit. This is the number of API calls you can make in five minutes. This call also returns information about your current instance limit.

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/rate_limit

👍

Note that making this API call does not count against your rate limit.

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Interpreting the response body:

For rate:

  • limit indicates how many requests can be made in five minutes.
  • remaining indicates how many requests remain.
  • reset indicates the time in Unix epochs when the request rate limit will be reset.

For instance_limit:

  • limit indicates the total number of instances available to the user. For the first few months, instance limits are unlimited. This is indicated by a special limit of -1. Correspondingly, the remaining value is high.
  • remaining indicates the number of the instances that are available at the moment. For the first few months, instance limits are unlimited. This is indicated by a high remaining value. Correspondingly, the limit is set to a special value of -1.
Language