Hi @sainath and welcome to the community.
Since you are referring to API 2.0, I assume that your request is about Bitbucket Cloud API?
We do not have daily limits, but hourly. For authenticated calls, the number of calls is measured against the Bitbucket user ID that is used for authentication.
The limits are documented here:
For any access to /2.0/repositories/* the limit is 1,000/hours. Rate limits are divided into a one-hour rolling window for both authenticated and unauthenticated requests, which means that for every minute that passes, you will be provided that time to run new requests but the total you can run consecutively over an hour is 1,000.
You can use the following endpoint to get commits from a Bitbucket Cloud repo via API:
Please feel free to let me know if you have any questions.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.