# I'm having trouble with Glide Query API usage

**URL:** https://community.glideapps.com/t/im-having-trouble-with-glide-query-api-usage/84877
**Category:** Ask for Help
**Tags:** api
**Created:** [October 13, 2025, 2:45pm UTC](https://community.glideapps.com/t/im-having-trouble-with-glide-query-api-usage/84877 "2025-10-13T14:45:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Luiz\_Roberto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luiz_roberto/32/80972_2.png) [@Luiz\_Roberto](https://community.glideapps.com/u/Luiz_Roberto)
#### Post date: [October 13, 2025, 2:45pm UTC](https://community.glideapps.com/t/im-having-trouble-with-glide-query-api-usage/84877/1 "2025-10-13T14:45:44Z")

</div>

On Saturday afternoon, my account was migrated from the **Legacy Business plan** to the new Glide pricing model.

Before the migration was completed, I made sure to **disable all actions using Trigger Webhook and Files Update** , since those would generate extra updates under the new pricing.  
My goal was to keep the app using only **Glide Tables and Big Tables** , which, according to the plan details, shouldn’t generate additional updates.

However, I’m now being charged for something called **“Glide Query API”** , and the number of updates increased very quickly — from Saturday until now, my usage has already reached **3,697 updates** , which is far higher than I expected and wasn’t something I was charged for under the Legacy plan.

The only API usage I have is a **single GET Rows request** from one specific glide big table with 32k rows, used to power a **Streamlit dashboard in Python**.  
This request is **not scheduled** , it only runs when someone opens the report manually. So on Saturday afternoon, when no one on my team was working, there shouldn’t have been any activity — yet I saw over **2,000 updates** being consumed gradually.

I’m currently in contact with support to have my **API key blocked** while investigating the issue, since I see three possible scenarios:

1. Something changed in the API billing policy during the transition, and I’m now being charged differently for the same usage;

2. Someone might be using my API key without authorization;

3. Something may have gone wrong in the Enterprise migration, causing these charges by mistake.

Has anyone experienced something similar, or used the API in a setup with **Streamlit or similar tools**?  
I’d really appreciate any insights to help me understand if I might be **misinterpreting how API usage is counted** , since I haven’t changed anything about how my app interacts with the API compared to before the new pricing model.

---

<div class="post-metadata">

### Author: ![Luiz\_Roberto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luiz_roberto/32/80972_2.png) [@Luiz\_Roberto](https://community.glideapps.com/u/Luiz_Roberto)
#### Post date: [October 13, 2025, 2:50pm UTC](https://community.glideapps.com/t/im-having-trouble-with-glide-query-api-usage/84877/2 "2025-10-13T14:50:32Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/5/5502efd3b7e0f2201faa06b413d002f7cfa3e19e.png)

Previus usage between September 15th and October 11th (Bussiness Legacy Plan)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/2/b2004a343df7a1fa3aeca87504683ac356a7dcdc.png)

Current usage between Saturday, October 11th until now (Enterprise Plan)

---

<div class="post-metadata">

### Author: ![Makedonix](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/makedonix/32/79832_2.png) [@Makedonix](https://community.glideapps.com/u/Makedonix)
#### Post date: [March 2, 2026, 5:44am UTC](https://community.glideapps.com/t/im-having-trouble-with-glide-query-api-usage/84877/3 "2026-03-02T05:44:07Z")

</div>

I have the same issue but with bussines plan, the ammount of usage is way to high for no reason but I can t find the source. I have 2 versions of api in the “usage”, I got “Glide api v2” - 20 usage, Glide uery api that s abt 3k usage

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [March 2, 2026, 6:43am UTC](https://community.glideapps.com/t/im-having-trouble-with-glide-query-api-usage/84877/4 "2026-03-02T06:43:16Z")

</div>

Do you have any external processes that regularly query your App/s via the API?  
In general, the Query API endpoint will use one update every time it is called.
