# Retrieving data from the glide big table

**URL:** https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773
**Category:** Ask for Help
**Created:** [July 10, 2024, 6:54am UTC](https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773 "2024-07-10T06:54:00Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![marcelo.deguzman](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marcelo.deguzman/32/74327_2.png) [@marcelo.deguzman](https://community.glideapps.com/u/marcelo.deguzman)
#### Post date: [July 10, 2024, 6:54am UTC](https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773/1 "2024-07-10T06:54:00Z")

</div>

Hi,

We are a NGO, and we are currently using the glideapp to create process from manual to paperless.

And right now, we are a Legacy non-profit account. Is there in my mind that how can I get the data from glide big table or any table that is created on glide and retrieve it?

Right now, the PostgreSQL connection is disabled due to our account. Is there a way to get the data, but not using an export to csv. That one is so much manual, we need a automatic exporting or do I missed a API on this?

Thanks for answering.

---

<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: [July 10, 2024, 6:59am UTC](https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773/2 "2024-07-10T06:59:37Z")

</div>

You could use the API.

> **[Using Glide API | Glide Docs](https://www.glideapps.com/docs/essentials/data-sources/getting-started-with-the-glide-api/using-glide-tables-api#get-row)**
>
> Explore what you can do with the Glide Advanced API

---

<div class="post-metadata">

### Author: ![marcelo.deguzman](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marcelo.deguzman/32/74327_2.png) [@marcelo.deguzman](https://community.glideapps.com/u/marcelo.deguzman)
#### Post date: [July 10, 2024, 7:24am UTC](https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773/3 "2024-07-10T07:24:23Z")

</div>

Thanks for the recommendation. Do you have any sample I can use as reference for this one?

Thank you

---

<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: [July 10, 2024, 7:40am UTC](https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773/4 "2024-07-10T07:40:06Z")

</div>

There is example usage in the docs.  
I could possibly give you an example, but I don’t know which tool you will use.

---

<div class="post-metadata">

### Author: ![marcelo.deguzman](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marcelo.deguzman/32/74327_2.png) [@marcelo.deguzman](https://community.glideapps.com/u/marcelo.deguzman)
#### Post date: [July 10, 2024, 7:48am UTC](https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773/5 "2024-07-10T07:48:04Z")

</div>

We need the data to be transfer to AWS database (RDS). So, that we can somehow query it and create a dataset from that.

But, it was still possible right, using API and not the on build PostgreSQL (but doesn’t have budget to purchase that function).

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 10, 2024, 2:22pm UTC](https://community.glideapps.com/t/retrieving-data-from-the-glide-big-table/74773/6 "2024-07-10T14:22:38Z")

</div>

Do you have access to the Query API endpoint in legacy non-profit? There’s also a Make module that allows you to query data, but I don’t know if it ties to the pricing plan, and if it’s available for legacy non-profit.
