Usage limits
Sheetlabs has usage limits that vary by the subscribed plan. These are all visible on the pricing page.
You can view your usage within the Sheetlabs platform. You will receive a warning in the Sheetlabs control panel if you begin to exceed the usage limits of your plan.
Rate limit
We enforce a limit of 50 requests per second per username. This is in place to prevent a faulty or malicious client from degrading the service for all other users. If you exceed this limit, you will be return an HTTP 429 (Too Many Requests) error code.
Maxmimum upload size
The largest file you can upload is 1GB. However, you may upload multiple 1GB files and continue appending to the same data table.
Maximum query time
If your request takes longer than 10 seconds, you will receive an error.
Maximum number of rows returned
The maximum number of rows that will be returned from any query is 1,000,000. If your query would return more rows than this, you will only receive the first 1,000,000 in the response. No error will be returned.