Handling rate limit with API Calls

Hi ,
I am trying to build a customized dashboard with additional data along with the asana fields.
While I am using the API calls to fetch few project Ids and then use those to fetch the task and details of all tasks. Going through the documentation I found that the requests are rate limited to a 50 response by default and also specified that the client library handled pagination.
Can you help me to understand exercising pagination to retrieve all tasks in all required projects to perform analysis of them.

Thank You.

Hi @Caryappa_B_C,

Are you using one of the client libraries, or are you writing all your own code to access the Asana API?

I am using the NodeJS library.

The library handles any rate limiting and pagination, so it’s transparent to you and you shouldn’t need to do anything to handle either of those things.