Python script to backup my scenarios via the make.com API

I’m trying to create a Python script to download my make.com scenarios, but it only downloads 10 or 11 scenarios from the first page. No matter what pagination option I try, all next pages seems to have zero scenarios in them, even though I have more than 60 scenarios in my account.

What is the right way to navigate make.com API pagination?

Thank you all!

Welcome to the Make community!

According to the official Make API documentation,

You need to add this to the query string:

pg%5Blimit%5D=9999

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

3 Likes

YES! That did the trick, many thanks!

2 Likes

No problem, really glad I could help!

1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.