Articles on: Sprwt Supprt
Is there a limit on how many records I can pull back in one API or list request?
Yes. Every list-style page or endpoint that uses Sprwt's shared pagination (the admin data tables, including the Email Log) caps the number of rows a single request can return, so an integration can no longer pull an unlimited number of rows in one call:
- A normal page size is capped at 500 rows.
- Requesting "All" (the on-screen All page-size option) is capped at 2000 rows.
- Asking for more than the cap does not error - it silently returns the capped amount instead - so an integration pulling a long list (orders, meals, email logs, etc.) needs to page through results using the start/offset and length parameters rather than asking for everything at once.
If your integration genuinely needs a higher ceiling, ask Sprwt support - both caps can be raised per account.