You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/Lexicon Schemas API/limits.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ title: "Limits"
3
3
slug: "limits"
4
4
hidden: false
5
5
createdAt: "2021-03-22T20:05:44.327Z"
6
-
updatedAt: "2021-03-22T20:06:23.772Z"
6
+
updatedAt: "2025-05-21T16:27:48.437Z"
7
7
---
8
-
The Schemas API imposes an **8mb body size** limit and the request cannot take longer than **two minutes**. If you are running up against these limits, we suggest breaking your request into smaller batches. Usually these limits are only hit if you are attempting to do a bulk create/update.
8
+
The Schemas API has the following limits:
9
+
10
+
- requests per organization per minute: 5
11
+
- events and properties updated per organization per minute: 4000
12
+
- total truncations/deletions per request: 3000
13
+
14
+
If you are running up against these limits, we suggest breaking your request into smaller batches. Usually these limits are only hit if you are attempting to do a bulk create/update.
0 commit comments