Hi, I am trying to develop a script that would import data into bubble database only if data is not already there.
I am using python to do a get request, and check if the record already there or not. however, the GET request doesn’t pull every record. I am getting
{
“remaining”: 355,
“count”: 100
}
is there a way to increase the api response limit?