Glide API Docs home page
Glide API Docs
Search...
⌘K
Ask AI
Glide User Docs
Open Glide
Open Glide
Search...
Navigation
General
Limits
General
Introduction
Authentication
Errors
Limits
Tables
Data Versioning
GET
List Tables
GET
Get Rows
GET
Get Row by ID
HEAD
Get Rows Version
POST
Create Table
POST
Add Rows to Table
PUT
Overwrite Table
PATCH
Update Row
DEL
Delete Row
Stashing
Introduction
PUT
Stash Data
DEL
Delete Stash
Tutorials
Bulk Import
Resources
Postman
Changelog
On this page
Payload Limits
Row Limits
General
Limits
Rate and operational limits for the Glide API
Payload Limits
You should not send more than 15MB of data in a single request. If you need to work with more data, use
stashing
to upload the data in 15MB chunks.
Row Limits
Even when using stashing, there are limits to the number of rows you can work with in a single request. These limits are approximate and depend on the size of the rows in your dataset.
Endpoint
Row Limit
Create Table
8m
Overwrite Table
8m
Add Rows to Table
250k
Was this page helpful?
Yes
No
Raise issue
Errors
Data Versioning
Assistant
Responses are generated using AI and may contain mistakes.