Is there a limit for fetch() from the backend?

Hi, I’m trying to fetch() from the backend and get only 10,000 json.result.records . With the same fetch() from the Front, I get 69,000 records.
Is there a limit? Is there a way around it?

Thanks,

hi @rubibenzvi ,

It might be that’s because there is a limit to the response size (5MB) returned by the backend to the frontend.

If you query that API directly from the frontend end that limitation should not apply.

Just a theory, I’ve got no proof it’s right😊