API & Developers

API & Developers

Connect with other developers from around the world and collaborate on ideas using the Smartsheet API.

Resource Management API

✭✭✭✭
edited 09/22/23 in API & Developers

Hello,

I would like to ask about the number of API calls that can be done per minute using resource management API, or generally what is limitation ?

Best Answer

  • ✭✭✭✭✭
    Answer ✓

    I think it is somewhere around a 100 calls every minute or so.

    I’ve found that if you send say 20 though in the first few seconds it may throw an error on API limit exceeded.

    So there is likely a second restriction there but generally whenever I have a multithreaded process that does spring up large clusters of requests, I will add waits and re-tries in the code just to mitigate this issue.

    Ryan

Answers

  • ✭✭✭✭✭
    Answer ✓

    I think it is somewhere around a 100 calls every minute or so.

    I’ve found that if you send say 20 though in the first few seconds it may throw an error on API limit exceeded.

    So there is likely a second restriction there but generally whenever I have a multithreaded process that does spring up large clusters of requests, I will add waits and re-tries in the code just to mitigate this issue.

    Ryan

Trending in API & Developers